Преглед изворни кода

Merge pull request #509 from mtj8033/master

Fixing file path for css files
Emanuele Marchi пре 8 година
родитељ
комит
0d5a9cf48e
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -71,8 +71,8 @@
       "basePath": "/dist/",
       "files": [
         "*.js",
-        "bootstrap3/*.css",
-        "bootstrap2/*.css"
+        "css/bootstrap3/*.css",
+        "css/bootstrap2/*.css"
       ]
     }
   ]