summaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js4
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"
}
}
},