Changeset 27176
- Timestamp:
- 02/13/2014 05:56:29 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Gruntfile.js
r27175 r27176 400 400 grunt.registerTask('colors', ['sass:colors', 'autoprefixer:colors']); 401 401 402 // Pre-commit task. 403 grunt.registerTask('precommit', 'Runs front-end dev/test tasks in preparation for a commit.', 404 ['autoprefixer:core', 'imagemin:core', 'jshint', 'qunit:compiled']); 405 402 406 // Build task. 403 407 grunt.registerTask('build', ['clean:all', 'copy:all', 'cssmin:core', 'colors', 'rtl', 'cssmin:rtl', 'cssmin:colors',
Note: See TracChangeset
for help on using the changeset viewer.