diff --git a/tasks/config/copy.js b/tasks/config/copy.js index 7406346..8cb7ffd 100644 --- a/tasks/config/copy.js +++ b/tasks/config/copy.js @@ -26,7 +26,7 @@ module.exports = function(grunt) { files: [{ expand: true, cwd: './assets', - src: ['**/*.!(coffee|less)'], + src: ['**/*.!(coffee|less)', '!app/*.*'], dest: '.tmp/public' }] }, diff --git a/views/index.jade b/views/index.jade index 4943875..6db3f83 100644 --- a/views/index.jade +++ b/views/index.jade @@ -7,4 +7,5 @@ html h1 Sails + React + Webpack starter kit div#app - script(src="/js/app.min.js") \ No newline at end of file + // SCRIPTS + // SCRIPTS END \ No newline at end of file