mirror of
https://github.com/atom/atom.git
synced 2026-02-16 01:25:13 -05:00
Don't precompile LESS files
This commit is contained in:
@@ -172,7 +172,7 @@ module.exports = (grunt) ->
|
||||
grunt.loadNpmTasks('grunt-shell')
|
||||
grunt.loadTasks('tasks')
|
||||
|
||||
grunt.registerTask('compile', ['coffee', 'less', 'cson'])
|
||||
grunt.registerTask('compile', ['coffee', 'cson'])
|
||||
grunt.registerTask('lint', ['coffeelint', 'csslint', 'lesslint'])
|
||||
grunt.registerTask('test', ['shell:kill-atom', 'shell:test'])
|
||||
grunt.registerTask('ci', ['lint', 'update-atom-shell', 'build', 'set-development-version', 'test'])
|
||||
|
||||
Reference in New Issue
Block a user