Warm the theme cache for the base16 theme

This commit is contained in:
Matt Colyer 2013-09-17 14:10:11 -07:00
parent 075daa8e94
commit f64c0e0472

View File

@ -8,9 +8,11 @@ module.exports = (grunt) ->
['atom-dark-ui', 'atom-dark-syntax']
['atom-dark-ui', 'atom-light-syntax']
['atom-dark-ui', 'solarized-dark-syntax']
['atom-dark-ui', 'base16-tomorrow-dark-theme']
['atom-light-ui', 'atom-light-syntax']
['atom-light-ui', 'atom-dark-syntax']
['atom-light-ui', 'solarized-dark-syntax']
['atom-light-ui', 'base16-tomorrow-dark-theme']
]
directory = path.join(grunt.config.get('atom.appDir'), 'less-compile-cache')