Skip to content

Commit

Permalink
Merge pull request #212 from alphagov/remove-the-mustache-version-of-…
Browse files Browse the repository at this point in the history
…govuk-template

Remove the mustache version of govuk template
  • Loading branch information
joelanman committed Jun 6, 2016
2 parents 3dea5b0 + 0560ca7 commit 000ab3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ module.exports = function(grunt){
dest: 'govuk_modules/govuk_frontend_toolkit/'
},
{
cwd: 'node_modules/govuk_template_mustache/assets/',
cwd: 'node_modules/govuk_template_jinja/assets/',
src: '**',
dest: 'govuk_modules/govuk_template/assets/'
},
{
cwd: 'node_modules/govuk_template_jinja/views/layouts/',
src: '**',
dest: 'govuk_modules/govuk_template_jinja/views/layouts/'
dest: 'govuk_modules/govuk_template/views/layouts/'
},
{
cwd: 'node_modules/govuk-elements-sass/public/sass/',
Expand All @@ -59,7 +59,7 @@ module.exports = function(grunt){
},
govuk_template_jinja: {
files: [{
cwd: 'govuk_modules/govuk_template_jinja/views/layouts/',
cwd: 'govuk_modules/govuk_template/views/layouts/',
src: '**',
dest: 'lib/'
}]
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"express-writer": "0.0.4",
"govuk-elements-sass": "1.2.0",
"govuk_frontend_toolkit": "^4.12.0",
"govuk_template_mustache": "^0.17.3",
"govuk_template_jinja": "https://github.com/alphagov/govuk_template/releases/download/v0.17.3/jinja_govuk_template-0.17.3.tgz",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
Expand Down

0 comments on commit 000ab3c

Please sign in to comment.