Skip to content

Commit

Permalink
Fix grunt-inline config thanks to @TSAGI. Closes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
oradwell committed Feb 17, 2015
1 parent 1caa2ae commit 06206f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ module.exports = function(grunt) {
options: {
uglify: true
},
src: ['src/index.html'],
dest: ['./']
src: 'src/index.html',
dest: './index.html'
}
},
// minimise HTML
Expand Down

0 comments on commit 06206f3

Please sign in to comment.