Skip to content

Commit

Permalink
chore(grunt): use npm version of html2js
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Mar 4, 2013
1 parent 784e81e commit 7e442a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 88 deletions.
87 changes: 0 additions & 87 deletions client/build/grunt-html2js.js

This file was deleted.

1 change: 1 addition & 0 deletions client/gruntFile.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = function (grunt) {
grunt.loadNpmTasks('grunt-contrib-clean');
grunt.loadNpmTasks('grunt-contrib-copy');
grunt.loadNpmTasks('grunt-testacular');
grunt.loadNpmTasks('grunt-html2js');
grunt.loadTasks('build');

// Default task.
Expand Down
3 changes: 2 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"grunt-contrib-jshint": "~0.2.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-uglify": "~0.1.1",
"grunt-testacular": "~0.3.0"
"grunt-testacular": "~0.3.0",
"grunt-html2js": "~0.1.0"
}
}

0 comments on commit 7e442a3

Please sign in to comment.