Commit 4ad9d70e authored by Evgeny Bovykin's avatar Evgeny Bovykin

Better building

parent cb266c64
......@@ -111,4 +111,6 @@ module.exports = (grunt) ->
files:
'c3.css': 'src/scss/main.scss'
grunt.registerTask 'default', ['concat', 'jasmine', 'sass', 'cssmin', 'uglify']
grunt.registerTask 'default', ['build', 'test']
grunt.registerTask 'test', ['jasmine']
grunt.registerTask 'build', ['concat', 'sass', 'cssmin', 'uglify']
all:
grunt
test:
grunt test
build:
grunt build
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