Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
Replaced harcoded 'app' with variable in Gruntfile.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasprus committed Mar 28, 2014
1 parent 07131af commit f7c3984
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/templates/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,9 @@ module.exports = function (grunt) {
optimize: 'none',
paths: {
'templates': '../../.tmp/scripts/templates',
'jquery': '../../app/bower_components/jquery/jquery',
'underscore': '../../app/bower_components/underscore/underscore',
'backbone': '../../app/bower_components/backbone/backbone'
'jquery': '../../<%%= yeoman.app %>/bower_components/jquery/jquery',
'underscore': '../../<%%= yeoman.app %>/bower_components/underscore/underscore',
'backbone': '../../<%%= yeoman.app %>/bower_components/backbone/backbone'
},
// TODO: Figure out how to make sourcemaps work with grunt-usemin
// https://github.com/yeoman/grunt-usemin/issues/30
Expand Down

0 comments on commit f7c3984

Please sign in to comment.