diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-12-26 08:28:35 -0800 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-12-26 08:28:35 -0800 |
commit | 97313f9ce3f87553bf599da209bb2bd1b6fc380b (patch) | |
tree | 9ea9a650bb138982eb2dc2b9e159f7375fff4c7d /Gruntfile.js | |
parent | 6dc6a5ed5c273d554a300d1773c8bb252021c141 (diff) | |
parent | 36634280a9445e1f1e209b64b8993562a4f60d2d (diff) |
Merge pull request #188 from GrahamCampbell/gh-pages
Tweaks
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 8c1419ab..f5b0c10d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -86,4 +86,4 @@ module.exports = function (grunt) { grunt.registerTask('default', 'build a theme', function() { grunt.task.run('swatch'); }); -};
\ No newline at end of file +}; |