From f7c39848a10d0f8f4643b602f24788eb5c85fa1b Mon Sep 17 00:00:00 2001 From: lucasprus Date: Fri, 28 Mar 2014 10:51:33 +0000 Subject: [PATCH] Replaced harcoded 'app' with variable in Gruntfile.js --- app/templates/Gruntfile.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/Gruntfile.js b/app/templates/Gruntfile.js index 95f8b2e..b1cf507 100644 --- a/app/templates/Gruntfile.js +++ b/app/templates/Gruntfile.js @@ -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