]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - Gruntfile.js
Move require outside the function
[github/Chocobozzz/PeerTube.git] / Gruntfile.js
index a8fcbb609a85b0e2279aedb978b2a1c9112013c6..6df0c023aa942e9a608eb4de2049e2c475ecc251 100644 (file)
@@ -8,8 +8,7 @@ module.exports = function (grunt) {
     scss: 'public/stylesheets/application.scss',
     vendor: 'public/stylesheets/vendor',
     js: 'public/javascripts/*.js',
-    src: 'src/*.js',
-    routes: 'routes/**/*.js',
+    routes: 'controllers/**/*.js',
     main: './server.js',
     browserified: 'public/javascripts/bundle.js',
     img: 'public/images/*.{png,jpg,jpeg,gif,webp,svg}',