diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-04 16:02:57 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-04 16:02:57 -0700 |
commit | 0c7e2b3557526bf74842096f5af0bba911380662 (patch) | |
tree | e6309b85a53557976c2a884a698532016257b5fe /Gruntfile.js | |
parent | e34e65813ccb05ae29b7d47f9258663898315de9 (diff) | |
download | gitbook-0c7e2b3557526bf74842096f5af0bba911380662.zip gitbook-0c7e2b3557526bf74842096f5af0bba911380662.tar.gz gitbook-0c7e2b3557526bf74842096f5af0bba911380662.tar.bz2 |
Add base style for printing
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 018ec12..c0ab169 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -16,7 +16,8 @@ module.exports = function (grunt) { optimization: 2 }, files: { - "theme/assets/style.css": "theme/stylesheets/main.less" + "theme/assets/style.css": "theme/stylesheets/main.less", + "theme/assets/print.css": "theme/stylesheets/print.less" } } }, |