Author: jruchaud Date: 2015-04-29 09:34:19 +0000 (Wed, 29 Apr 2015) New Revision: 1291 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1291 Log: Add forget files Modified: wit/gruntfile.js Modified: wit/gruntfile.js =================================================================== --- wit/gruntfile.js 2015-04-29 08:29:53 UTC (rev 1290) +++ wit/gruntfile.js 2015-04-29 09:34:19 UTC (rev 1291) @@ -12,9 +12,7 @@ }, src: [ // Your node-webkit app './*.html', - './node_modules/react/dist/**', - './node_modules/bootstrap/dist/**', - './node_modules/less/dist/**', + './node_modules/**', "./package.json", "./font/**", "./img/**",
participants (1)
-
jruchaud@users.nuiton.org