Commit 987147b7 authored by Romain Courteaud's avatar Romain Courteaud

Grunt: dev is done on a remote server

parent 048bf35a
...@@ -189,7 +189,7 @@ module.exports = function (grunt) { ...@@ -189,7 +189,7 @@ module.exports = function (grunt) {
grunt.registerTask('all', ['lint', 'build']); grunt.registerTask('all', ['lint', 'build']);
grunt.registerTask('lint', ['jslint']); grunt.registerTask('lint', ['jslint']);
grunt.registerTask('test', ['qunit']); grunt.registerTask('test', ['qunit']);
grunt.registerTask('server', ['connect:client', 'open', 'watch']); grunt.registerTask('server', ['connect:client', 'watch']);
grunt.registerTask('build', ['concat', 'uglify', 'copy']); grunt.registerTask('build', ['concat', 'uglify', 'copy']);
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment