Skip to content

Commit

Permalink
Fixed Grunt
Browse files Browse the repository at this point in the history
  • Loading branch information
bnhovde committed Nov 19, 2013
1 parent f01110b commit c9ed001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = function (grunt) {
project: {
src: 'src',
app: 'app',
assets: '<%= project.app %>/app',
assets: '<%= project.app %>/assets',
css: [
'<%= project.src %>/scss/style.scss'
],
Expand Down

0 comments on commit c9ed001

Please sign in to comment.