diff --git a/bower.json b/bower.json index 64af033ca..2f82943b7 100755 --- a/bower.json +++ b/bower.json @@ -6,9 +6,6 @@ "name" : "Jack Lukic", "web" : "http://www.jacklukic.com" }, - "ignore" : [ - "src/site" - ], "dependencies": { "jquery" : ">=1.8" }, @@ -26,6 +23,7 @@ "http://semantic-ui.mit-license.org/" ], "ignore": [ + "src/site", "test" ] }