From 1e1966cc74c1e491fcf81439b2b6ee209c829907 Mon Sep 17 00:00:00 2001 From: jules Date: Thu, 30 Jan 2014 11:01:38 -0500 Subject: update grunt-dentist to remove stylesheets --- Gruntfile.js | 4 +++- dist/index.html | 44 ++------------------------------------------ package.json | 2 +- 3 files changed, 6 insertions(+), 44 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' } }, diff --git a/dist/index.html b/dist/index.html index c0126fa..26d4192 100644 --- a/dist/index.html +++ b/dist/index.html @@ -1,48 +1,8 @@ - - + +