Skip to content

Commit

Permalink
Update extract.js to support tapestry 5 templates
Browse files Browse the repository at this point in the history
Im working on a project that uses both the tapestry 5 framework and angular.  Some of the pages will use a combination of technologies and in order to satisfy the tapestry framework I need to provide the markup as tml files. These templates are standard HTML/XHTML; Tapestry extensions to ordinary markup are provided in the form of a Tapestry namespace so in order to use your gettext translation in my application I need a mapping for the tml extension to html.
  • Loading branch information
devilabit committed Feb 27, 2014
1 parent 34adebb commit 70d3754
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/extract.js
Expand Up @@ -26,6 +26,7 @@ module.exports = function (grunt) {
html: 'html',
php: 'html',
phtml: 'html',
tml: 'html',
js: 'js'
}
});
Expand Down

0 comments on commit 70d3754

Please sign in to comment.