diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-04-20 19:04:00 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-04-20 19:04:00 -0400 |
| commit | ce5fb676488648fa390bd0ebee0891abcd2c9290 (patch) | |
| tree | cc4e64c2fa2d0ac5b904bc193d1fef6cf8238fef /Gruntfile.js | |
| parent | 4227578cca83e6c9b048768f5b46cb04e7296e13 (diff) | |
static project with demo data
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 a3ef359..a0f4d83 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -247,7 +247,7 @@ module.exports = function(grunt) { "public/assets/javascripts/app.js", "public/assets/javascripts/defaults.js", ], - dest: 'public/assets/javascripts/reader.concat.js', + dest: 'public/assets/javascripts/static.concat.js', } |
