Changeset 487 for Dev/trunk/Gruntfile.js
- Timestamp:
- 03/05/14 22:44:48 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/Gruntfile.js
r474 r487 13 13 ,'htmlhint:lint' 14 14 ,'coffeelint:lint' 15 //,'tv4:lint' 15 16 ,'less:compile' 16 17 ,'usebanner:generated-css' … … 20 21 //,'amd-check' // too smart about plugins, r.js can't find them 21 22 ]); 22 grunt.registerTask('build', ['clean:build' 23 grunt.registerTask('build', ['compile' 24 ,'clean:build' 23 25 ,'copy:build' 24 26 ,'dojo:build' … … 107 109 } 108 110 }, 111 tv4: { 112 lint: { 113 options: { 114 root: grunt.file.readJSON('json-schema-draft-04.json'), 115 multi: true 116 }, 117 src: [srcDir+'server/config/couchdb-schema.json'] 118 } 119 }, 109 120 usebanner: { 110 121 'generated-css': { options: { position: 'top', … … 129 140 grunt.loadNpmTasks('grunt-dojo'); 130 141 grunt.loadNpmTasks('grunt-htmlhint'); 142 grunt.loadNpmTasks('grunt-tv4'); 131 143 grunt.loadTasks('./grunt-tasks'); 132 144
Note: See TracChangeset
for help on using the changeset viewer.