Skip to content

Commit

Permalink
Remove govuk template conversion
Browse files Browse the repository at this point in the history
Remove config files, conversion engine and grunt tasks used for
template conversion.
  • Loading branch information
gemmaleigh committed Jan 13, 2016
1 parent 81f0b18 commit 6ff3b6b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 161 deletions.
14 changes: 0 additions & 14 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,28 +109,14 @@ module.exports = function(grunt){
'grunt-contrib-clean',
'grunt-sass',
'grunt-nodemon',
'grunt-text-replace',
'grunt-concurrent'
].forEach(function (task) {
grunt.loadNpmTasks(task);
});

grunt.registerTask(
'convert_template',
'Converts the govuk_template to use mustache inheritance',
function () {
var script = require(__dirname + '/lib/template-conversion.js');

script.convert();
grunt.log.writeln('govuk_template converted');
}
);

grunt.registerTask('generate-assets', [
'clean',
'copy',
'convert_template',
'replace',
'sass'
]);

Expand Down
22 changes: 0 additions & 22 deletions lib/template-conversion.js

This file was deleted.

124 changes: 0 additions & 124 deletions lib/template-engine.js

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"grunt-contrib-watch": "0.5.3",
"grunt-nodemon": "0.4.0",
"grunt-sass": "^1.1.0",
"grunt-text-replace": "0.3.12",
"hogan.js": "3.0.2",
"minimist": "0.0.8",
"readdir": "0.0.6",
Expand Down

0 comments on commit 6ff3b6b

Please sign in to comment.