Ver Fonte

Fixing file path for css files

They were under a css folder under dist in the npm release
mtj8033 há 9 anos atrás
pai
commit
9c588c818c
1 ficheiros alterados com 2 adições e 2 exclusões
  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"
       ]
     }
   ]