Browse Source

Updated gulpfile.js

pull/33/head
NGPixel 8 years ago
parent
commit
6744190859
1 changed files with 2 additions and 0 deletions
  1. 2
      gulpfile.js

2
gulpfile.js

@ -67,6 +67,8 @@ var paths = {
'!client/scss', '!client/scss/**', '!client/scss', '!client/scss/**',
'!dist', '!dist/**', '!dist', '!dist/**',
'!tests', '!tests/**', '!tests', '!tests/**',
'!data', '!data/**',
'!repo', '!repo/**',
'!.babelrc', '!.gitattributes', '!.gitignore', '!.snyk', '!.travis.yml', '!.babelrc', '!.gitattributes', '!.gitignore', '!.snyk', '!.travis.yml',
'!gulpfile.js', '!inch.json', '!config.yml', '!wiki.sublime-project' '!gulpfile.js', '!inch.json', '!config.yml', '!wiki.sublime-project'
] ]

Loading…
Cancel
Save