summaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-04-04 16:02:57 -0700
committerSamy Pessé <samypesse@gmail.com>2014-04-04 16:02:57 -0700
commit0c7e2b3557526bf74842096f5af0bba911380662 (patch)
treee6309b85a53557976c2a884a698532016257b5fe /Gruntfile.js
parente34e65813ccb05ae29b7d47f9258663898315de9 (diff)
downloadgitbook-0c7e2b3557526bf74842096f5af0bba911380662.zip
gitbook-0c7e2b3557526bf74842096f5af0bba911380662.tar.gz
gitbook-0c7e2b3557526bf74842096f5af0bba911380662.tar.bz2
Add base style for printing
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js3
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"
}
}
},