Explorar o código

Try to fix bower ignore.

Herby Vojčík %!s(int64=5) %!d(string=hai) anos
pai
achega
70fd11034c
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      bower.json

+ 3 - 2
bower.json

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