Skip to content

Commit f03c779

Browse files
committed
1 parent 59a21cb commit f03c779

File tree

4 files changed

+364
-378
lines changed

4 files changed

+364
-378
lines changed

mustache/Gruntfile.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ module.exports = function(grunt) {
1919
}
2020
});
2121

22-
require('../node_modules/grunt-spm-build').init(grunt, {pkg: pkg});
23-
grunt.loadTasks('../node_modules/grunt-spm-build/tasks');
22+
grunt.loadGlobalTasks('spm-build');
23+
grunt.util._.merge(grunt.config.data, require('spm-build').config);
2424

2525
grunt.loadTasks('../_tasks/download/tasks');
2626
grunt.registerTask('build', ['download', 'spm-build']);

0 commit comments

Comments
 (0)