Skip to content

Commit

Permalink
Sriram\Paddy : expandFiles is not working with grunt 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nsriram committed Jul 17, 2013
1 parent 508767f commit 1f07859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/ember.js
Expand Up @@ -9,7 +9,7 @@ module.exports = function(grunt) {
var file = grunt.file;

grunt.registerMultiTask("ember", "Collate Ember templates into a single file.", function() {
var template_files = file.expandFiles(this.data.src);
var template_files = file.expand(this.data.src);

var output = "";
template_files.forEach(function(template_file) {
Expand Down

0 comments on commit 1f07859

Please sign in to comment.