mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-14 16:44:36 +08:00
fix(build): prebuild less was using wrong options, cache not used at runtime
This commit is contained in:
parent
06360dc75d
commit
6cd6253771
1 changed files with 1 additions and 3 deletions
|
@ -4,9 +4,7 @@ fs = require 'fs'
|
|||
module.exports = (grunt) ->
|
||||
grunt.registerMultiTask 'prebuild-less', 'Prebuild cached of compiled LESS files', ->
|
||||
LessCache = require 'less-cache'
|
||||
prebuiltConfigurations = [
|
||||
['ui-light', 'ui-dark']
|
||||
]
|
||||
prebuiltConfigurations = [['ui-light']]
|
||||
|
||||
directory = path.join(grunt.config.get('nylasGruntConfig.appDir'), 'less-compile-cache')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue