diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-06-03 18:11:01 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-06-03 18:11:03 +0200 |
commit | a195b3eac25881f8bd8f8e190c7faee48aa9b5cf (patch) | |
tree | a888c13702d357319bc4e91057eab8b9d5580b72 /Gruntfile.js | |
parent | 77c6f0e967b46896d93cbec78353219937010994 (diff) | |
download | gitbook-a195b3eac25881f8bd8f8e190c7faee48aa9b5cf.zip gitbook-a195b3eac25881f8bd8f8e190c7faee48aa9b5cf.tar.gz gitbook-a195b3eac25881f8bd8f8e190c7faee48aa9b5cf.tar.bz2 |
Improve less files organisation
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 5e8e1d3..8afa9db 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -24,8 +24,8 @@ module.exports = function (grunt) { optimization: 2 }, files: { - "theme/assets/style.css": "theme/stylesheets/main.less", - "theme/assets/print.css": "theme/stylesheets/print.less" + "theme/assets/style.css": "theme/stylesheets/website.less", + "theme/assets/print.css": "theme/stylesheets/ebook.less" } } }, |