Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
chore(Deploy): make dist_unsafe faster
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjors committed Jan 15, 2016
1 parent 4624aed commit 77ed67d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -502,10 +502,9 @@ module.exports = (grunt) ->
]

grunt.registerTask "dist_unsafe", (rootUrl, port, rootPath) =>
console.warn "Do not deploy this to production."
console.warn "Make sure your bower_components and node_modules are up to date"
grunt.task.run [
"shell:clean_bower_and_npm_cache"
"clean"
"shell:npm_install_dependencies"
"build"
]

Expand Down

0 comments on commit 77ed67d

Please sign in to comment.