Skip to content

Commit

Permalink
Remove compiled JS files
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieua committed Oct 7, 2012
1 parent a8dd9d1 commit e26af0f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 86 deletions.
2 changes: 1 addition & 1 deletion grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ module.exports = function(grunt) {
grunt.registerTask('default', 'growl coffee jasmine');

// Travis CI task.
grunt.registerTask('travis', 'jasmine');
grunt.registerTask('travis', 'coffee jasmine');
};
42 changes: 0 additions & 42 deletions js/pluginName.js

This file was deleted.

41 changes: 0 additions & 41 deletions spec/javascripts/PluginNameSpec.js

This file was deleted.

2 changes: 0 additions & 2 deletions spec/javascripts/helpers/SpecHelper.js

This file was deleted.

0 comments on commit e26af0f

Please sign in to comment.