Grunt updates and travis build integration
Change-Id: Ia479b903908f01e82750e9e35dff6c6aef6c36ae
This commit is contained in:
5
grunt.js
5
grunt.js
@@ -33,6 +33,9 @@ module.exports = function(grunt) {
|
||||
dest : 'dist/<%= pkg.name %>.min.js'
|
||||
}
|
||||
},
|
||||
qunit : {
|
||||
files : [ 'test/**/*.html' ]
|
||||
},
|
||||
cssmin : {
|
||||
dist: {
|
||||
src : '<config:concat.css.dest>',
|
||||
@@ -82,4 +85,6 @@ module.exports = function(grunt) {
|
||||
});
|
||||
// Default task.
|
||||
grunt.registerTask('default', 'lint cssmin concat min csslint');
|
||||
grunt.registerTask('test', 'lint qunit');
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user