Browse Source

Merge pull request #509 from mtj8033/master

Fixing file path for css files
Emanuele Marchi 8 years ago
parent
commit
0d5a9cf48e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package.json

+ 2 - 2
package.json

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