aboutsummaryrefslogtreecommitdiffhomepage
path: root/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index a8fcbb609..6df0c023a 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -8,8 +8,7 @@ module.exports = function (grunt) {
8 scss: 'public/stylesheets/application.scss', 8 scss: 'public/stylesheets/application.scss',
9 vendor: 'public/stylesheets/vendor', 9 vendor: 'public/stylesheets/vendor',
10 js: 'public/javascripts/*.js', 10 js: 'public/javascripts/*.js',
11 src: 'src/*.js', 11 routes: 'controllers/**/*.js',
12 routes: 'routes/**/*.js',
13 main: './server.js', 12 main: './server.js',
14 browserified: 'public/javascripts/bundle.js', 13 browserified: 'public/javascripts/bundle.js',
15 img: 'public/images/*.{png,jpg,jpeg,gif,webp,svg}', 14 img: 'public/images/*.{png,jpg,jpeg,gif,webp,svg}',