|
@@ -10,7 +10,7 @@ const config = {
|
|
|
WORKSPACE_DIR: '..',
|
|
WORKSPACE_DIR: '..',
|
|
|
|
|
|
|
|
// Files ignored by jshit and jscs tasks. Files from .gitignore will be added automatically during tasks execution.
|
|
// Files ignored by jshit and jscs tasks. Files from .gitignore will be added automatically during tasks execution.
|
|
|
- IGNORED_FILES: [ 'lib/**' ]
|
|
|
|
|
|
|
+ IGNORED_FILES: [ 'src/lib/**' ]
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
require( './dev/tasks/build/tasks' )( config );
|
|
require( './dev/tasks/build/tasks' )( config );
|