Early work on background agent for search
This commit is contained in:
19
gulpfile.js
19
gulpfile.js
@@ -55,13 +55,18 @@ var paths = {
|
||||
'!./node_modules/font-awesome/fonts/*-webfont.svg'
|
||||
],
|
||||
deploypackage: [
|
||||
'./**/*',
|
||||
'!node_modules', '!node_modules/**',
|
||||
'!coverage', '!coverage/**',
|
||||
'!client/js', '!client/js/**',
|
||||
'!dist', '!dist/**',
|
||||
'!tests', '!tests/**',
|
||||
'!gulpfile.js', '!inch.json', '!config.yml', '!wiki.sublime-project'
|
||||
'./assets/**/*',
|
||||
'./client/content/**/*',
|
||||
'./controllers/**/*',
|
||||
'./locales/**/*',
|
||||
'./middlewares/**/*',
|
||||
'./models/**/*',
|
||||
'./views/**/*',
|
||||
'./LICENSE',
|
||||
'./agent.js',
|
||||
'./server.js',
|
||||
'./package.json',
|
||||
'./config.sample.yml'
|
||||
]
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user