Skip to content

Commit

Permalink
Merge pull request #13815 from code-dot-org/test
Browse files Browse the repository at this point in the history
  • Loading branch information
breville committed Mar 15, 2017
2 parents a0a65b4 + 86b7d1d commit 41056ec
Show file tree
Hide file tree
Showing 180 changed files with 2,644 additions and 5,735 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ Style/WordArray:
# BEGIN BLACKLIST: Below are rules we don't plan to enable in the forseeable
# future. Rules we plan to fix (but are currently failing) belong in
# .rubocop_todo.yml.
Metrics/BlockLength:
Enabled: false

Metrics/AbcSize:
Enabled: false
Expand Down
8 changes: 0 additions & 8 deletions apps/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,12 +246,6 @@ testsContext.keys().forEach(testsContext);
src: ['*.js'],
dest: 'build/package/js/fileupload/',
},
{
expand: true,
cwd: 'lib/jsinterpreter',
src: ['*.js'],
dest: 'build/package/js/jsinterpreter/'
}
]
}
};
Expand Down Expand Up @@ -562,8 +556,6 @@ testsContext.keys().forEach(testsContext);
config.uglify = {
lib: {
files: _.fromPairs([
'jsinterpreter/interpreter.js',
'jsinterpreter/acorn.js',
'p5play/p5.play.js',
'p5play/p5.js'
].map(function (src) {
Expand Down
1,760 changes: 0 additions & 1,760 deletions apps/lib/jsinterpreter/acorn.js

This file was deleted.

0 comments on commit 41056ec

Please sign in to comment.