diff options
| author | jules <jules@okfoc.us> | 2014-01-30 11:01:38 -0500 |
|---|---|---|
| committer | jules <jules@okfoc.us> | 2014-01-30 11:01:38 -0500 |
| commit | 1e1966cc74c1e491fcf81439b2b6ee209c829907 (patch) | |
| tree | e032ddcd3fe8a01f11bd6b2aac91134a3b183930 /Gruntfile.js | |
| parent | 0bd8943d2bfac60d1330304dd63fd4255bbdf218 (diff) | |
update grunt-dentist to remove stylesheets
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 4 |
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' } }, |
