mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
4 lines
No EOL
135 B
JavaScript
4 lines
No EOL
135 B
JavaScript
// Lint and build CSS
|
|
module.exports = function (grunt) {
|
|
grunt.registerTask('default', ['jshint:source', 'jscs:source', 'less']);
|
|
}; |