]> iEval git - plack-app-gruntmaster.git/blobdiff - js/90-themes.js
Generate minified js/css during build
[plack-app-gruntmaster.git] / js / 90-themes.js
index caefa395a0bc7ce4edf0e05e49361494ba8ee103..1e6fdceb66d996c31291974f5d44412a4abce126 100644 (file)
@@ -1,7 +1,7 @@
 (function(){
        'use strict';
        function set_style(name){
-               $('#stylesheet').attr("href", "/css/" + name + ".css");
+               $('#stylesheet').attr("href", "/static/css/" + name + ".css");
                localStorage.setItem("theme", name);
        }
 
This page took 0.021618 seconds and 4 git commands to generate.