Skip to content

Commit

Permalink
Merge pull request #1706 from adaptlearning/issue/1704
Browse files Browse the repository at this point in the history
Remove grunt-casperjs from dependencies
  • Loading branch information
canstudios-louisem authored Aug 18, 2017
2 parents 8aab60f + aab8232 commit a51fed7
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 1,036 deletions.
5 changes: 1 addition & 4 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,6 @@ module.exports = function(grunt) {
tasks: ['merge-json']
}
},
casperjs: {
files: ['./test_frontend/*.js', '!./test_frontend/login.js']
},
mochaTest: {
src: ['test/*.js'],
options: {
Expand Down Expand Up @@ -350,6 +347,6 @@ module.exports = function(grunt) {
}
});

grunt.registerTask('test', ['mochaTest'/*, 'casperjs'*/]);
grunt.registerTask('test', ['mochaTest']);
grunt.registerTask('default', ['merge-json', 'requireBundle', 'less:dev', 'handlebars', 'watch']);
};
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@
"fs-extra": "^0.16.3",
"grunt": "~0.4.1",
"grunt-bower-requirejs": "~0.7.1",
"grunt-casperjs": "2.x",
"grunt-concurrent": "~0.3.0",
"grunt-contrib-connect": "~0.11.2",
"grunt-contrib-copy": "~0.4.1",
Expand Down
Binary file removed test_frontend/Data/adaptlearning.jpeg
Binary file not shown.
145 changes: 0 additions & 145 deletions test_frontend/asset.js

This file was deleted.

57 changes: 0 additions & 57 deletions test_frontend/buttons.js

This file was deleted.

7 changes: 0 additions & 7 deletions test_frontend/config.json

This file was deleted.

63 changes: 0 additions & 63 deletions test_frontend/copy.js

This file was deleted.

70 changes: 0 additions & 70 deletions test_frontend/createProject.js

This file was deleted.

Loading

0 comments on commit a51fed7

Please sign in to comment.