Skip to content

Commit c990dbc

Browse files
committed
chore: use grunt-assemble
adds the ability to include parameters in handlebars partials
1 parent d1eb1a3 commit c990dbc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = function(grunt) {
1414

1515
require('time-grunt')(grunt);
1616
require('load-grunt-tasks')(grunt);
17-
grunt.loadNpmTasks('assemble');
17+
grunt.loadNpmTasks('grunt-assemble');
1818

1919
// Project configuration.
2020
grunt.initConfig({

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "email-lab",
33
"description": "Grunt-based workflow for creating email templates",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"license": "BSD",
66
"repository": "sparkbox/email-lab",
77
"author": {
@@ -13,8 +13,8 @@
1313
"npm": ">=1.3"
1414
},
1515
"devDependencies": {
16-
"assemble": "~0.4.42",
1716
"grunt": "~1.0.0",
17+
"grunt-assemble": "^0.4.0",
1818
"grunt-contrib-clean": "~1.0.0",
1919
"grunt-contrib-connect": "~1.0.2",
2020
"grunt-contrib-copy": "^1.0.0",

0 commit comments

Comments
 (0)