was.wm.js

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 5  →  ?path2? @ 6
/trunk/Gruntfile.js
@@ -65,6 +65,16 @@
nodeunit: {
files: ['test/**/*_test.js']
},
sass: {
dist: {
options: {
style: 'expanded'
},
files: {
'css/wm.css': 'css/wm.scss'
}
}
},
watch: {
gruntfile: {
files: '<%= jshint.gruntfile.src %>',
@@ -78,6 +88,7 @@
});
 
// These plugins provide necessary tasks.
grunt.loadNpmTasks('grunt-contrib-sass');
grunt.loadNpmTasks('grunt-contrib-concat');
grunt.loadNpmTasks('grunt-contrib-uglify-es');
//grunt.loadNpmTasks('grunt-contrib-nodeunit');
@@ -88,6 +99,7 @@
grunt.registerTask(
'default',
[
'sass',
'jshint',
//'nodeunit',
'concat',