mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Don't look for less files under src/
This is no longer needed now that packages have been extracted from this folder.
This commit is contained in:
@@ -36,7 +36,6 @@ module.exports = (grunt) ->
|
||||
glob_to_multiple:
|
||||
expand: true
|
||||
src: [
|
||||
'src/**/*.less'
|
||||
'static/**/*.less'
|
||||
]
|
||||
dest: appDir
|
||||
|
||||
Reference in New Issue
Block a user