dee42d6f by bootflat

update bower.json

1 parent 71c21e30
...@@ -24,6 +24,14 @@ ...@@ -24,6 +24,14 @@
24 "ignore": [ 24 "ignore": [
25 "**/.*", 25 "**/.*",
26 "node_modules", 26 "node_modules",
27 "bower_components" 27 "bower_components",
28 "angularicons",
29 "css",
30 "fonts",
31 "img",
32 "js",
33 "documentation.html",
34 "getting-started.html",
35 "index.html"
28 ] 36 ]
29 } 37 }
......