default_task.js 130 B

1234
  1. // Lint and build CSS
  2. module.exports = function(grunt) {
  3. grunt.registerTask('default', ['docs','jshint:source', 'less:src']);
  4. };