Sfoglia il codice sorgente

Fixing file path for css files

They were under a css folder under dist in the npm release
mtj8033 9 anni fa
parent
commit
9c588c818c
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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"
       ]
     }
   ]