wip(shared): adapt to v3

This commit is contained in:
Matteo Pagliazzi
2016-03-13 22:26:32 +01:00
parent 13a86c3858
commit 8e3284a4e3
34 changed files with 134 additions and 330 deletions

View File

@@ -14,7 +14,6 @@ const SERVER_FILES = [
const COMMON_FILES = [
'./common/script/**/*.js',
// @TODO remove these negations as the files are converted over.
'!./common/script/index.js',
'!./common/script/content/index.js',
'!./common/script/ops/**/*.js',
'!./common/script/fns/**/*.js',
@@ -25,7 +24,7 @@ const TEST_FILES = [
'./test/**/*.js',
// @TODO remove these negations as the test files are cleaned up.
'!./test/api-legacy/**/*',
'!./test/common/simulations/**/*',
'!./test/common_old/simulations/**/*',
'!./test/content/**/*',
'!./test/server_side/**/*',
'!./test/spec/**/*',