mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Use LESS imports paths from config
This commit is contained in:
@@ -14,11 +14,7 @@ module.exports = (grunt) ->
|
||||
directory = path.join(grunt.config.get('atom.appDir'), 'less-compile-cache')
|
||||
|
||||
for configuration in prebuiltConfigurations
|
||||
importPaths = [
|
||||
path.resolve('static/variables')
|
||||
path.resolve('static')
|
||||
path.resolve('vendor')
|
||||
]
|
||||
importPaths = grunt.config.get('less.options.paths')
|
||||
themeMains = []
|
||||
for theme in configuration
|
||||
# TODO Use AtomPackage class once it runs outside of an Atom context
|
||||
|
||||
Reference in New Issue
Block a user