From 866fd69008f7d3b3af247eeadff3cf226ee3e18e Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 22 Jul 2014 09:50:09 -0700 Subject: [PATCH] Add tomorrow light theme to cache --- build/tasks/prebuild-less-task.coffee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/tasks/prebuild-less-task.coffee b/build/tasks/prebuild-less-task.coffee index c8cf33083..ecd0fb2c8 100644 --- a/build/tasks/prebuild-less-task.coffee +++ b/build/tasks/prebuild-less-task.coffee @@ -9,10 +9,12 @@ module.exports = (grunt) -> ['atom-dark-ui', 'atom-light-syntax'] ['atom-dark-ui', 'solarized-dark-syntax'] ['atom-dark-ui', 'base16-tomorrow-dark-theme'] + ['atom-dark-ui', 'base16-tomorrow-light-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'] + ['atom-light-ui', 'base16-tomorrow-light-theme'] ] directory = path.join(grunt.config.get('atom.appDir'), 'less-compile-cache')