Sfoglia il codice sorgente

Try to fix bower ignore.

Herby Vojčík 5 anni fa
parent
commit
70fd11034c
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 3 2
      bower.json

+ 3 - 2
bower.json

@@ -1,9 +1,10 @@
 {
   "name": "amber",
   "ignore": [
+    "/*",
+    "!/lang/",
     "**/.*",
     "node_modules",
-    "bower_components",
-    "!/lang/"
+    "bower_components"
   ]
 }