Skip to content

Commit

Permalink
chore: use grunt-assemble
Browse files Browse the repository at this point in the history
adds the ability to include parameters in handlebars partials
  • Loading branch information
kaseybon committed Jul 20, 2016
1 parent d1eb1a3 commit c990dbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = function(grunt) {

require('time-grunt')(grunt);
require('load-grunt-tasks')(grunt);
grunt.loadNpmTasks('assemble');
grunt.loadNpmTasks('grunt-assemble');

// Project configuration.
grunt.initConfig({
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "email-lab",
"description": "Grunt-based workflow for creating email templates",
"version": "0.1.1",
"version": "0.1.2",
"license": "BSD",
"repository": "sparkbox/email-lab",
"author": {
Expand All @@ -13,8 +13,8 @@
"npm": ">=1.3"
},
"devDependencies": {
"assemble": "~0.4.42",
"grunt": "~1.0.0",
"grunt-assemble": "^0.4.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-connect": "~1.0.2",
"grunt-contrib-copy": "^1.0.0",
Expand Down

0 comments on commit c990dbc

Please sign in to comment.