www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 1f34ae18583731e8353da83b88bf229fdd2f1452
parent 96955f5ce2baf45696cd8035497c59dc60aba89f
Author: Brian Boyko <brian.boyko@gmail.com>
Date:   Tue, 16 Feb 2016 11:37:55 -0600

Bugfix - missing comma

Replaced missing comma in line 232.
Diffstat:
MGruntfile.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Gruntfile.js b/Gruntfile.js @@ -228,7 +228,7 @@ module.exports = function(grunt) { "jax/output/PreviewHTML", "unpacked/jax/output/PreviewHTML", "extensions/fast-preview.js", - "unpacked/extensions/fast-preview.js" + "unpacked/extensions/fast-preview.js", "extensions/CHTML-preview.js", "unpacked/extensions/CHTML-preview.js" ],