summaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 04c7809..5ef6d87 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -5,11 +5,13 @@ module.exports = function(grunt) {
pkg: grunt.file.readJSON('package.json'),
dentist: {
options: {
- include: "app.min.js"
+ include_js: "app.min.js",
+ include_css: "app.css"
},
build: {
src: 'shader-combo.html',
dest_js: 'dist/app.init.js',
+ dest_css: 'dist/app.css',
dest_html: 'dist/index.html'
}
},