Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
fix inline bug
Browse files Browse the repository at this point in the history
Grunt task wasn't write correctly
  • Loading branch information
alienlebarge committed Feb 27, 2015
1 parent a12a7d5 commit 0b4d44e
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 @@ -20,8 +20,8 @@ module.exports = function(grunt) {
cssmin: true,
uglify: true
},
src: ['_Dropshare-LandingPage.html'],
dest: ['Dropshare-LandingPage.html']
src: '_Dropshare-LandingPage.html',
dest: 'Dropshare-LandingPage.html'
}
},

Expand Down

0 comments on commit 0b4d44e

Please sign in to comment.