Skip to content

Commit

Permalink
Optimized the build
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentGoderre committed Sep 2, 2014
1 parent 878e683 commit 1bf4481
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions .bowerrc
@@ -1,3 +1,6 @@
{
"directory": "lib"
}
"directory": "lib",
"scripts": {
"postinstall": "grunt init"
}
}
2 changes: 1 addition & 1 deletion Gruntfile.coffee
Expand Up @@ -15,7 +15,6 @@ module.exports = (grunt) ->
"Produces the production files"
[
"clean:dist"
"hub"
"copy:wetboew"
"copy:v3_styleguide"
"copy:v3_menu"
Expand All @@ -30,6 +29,7 @@ module.exports = (grunt) ->
"Only needed when the repo is first cloned"
[
"install-dependencies"
"hub"
]
)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -16,7 +16,7 @@
"tests"
],
"devDependencies": {
"wet-boew": "https://github.com/wet-boew/wet-boew/tarball/master"
"wet-boew": "https://github.com/wet-boew/wet-boew.git#master"
},
"main": "index.html"
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "bower update && grunt init"
"postinstall": "bower update"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 1bf4481

Please sign in to comment.