Pārlūkot izejas kodu

Fixing file path for css files

They were under a css folder under dist in the npm release
mtj8033 9 gadi atpakaļ
vecāks
revīzija
9c588c818c
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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"
       ]
     }
   ]