Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

Add ability to specify template extension #31

Merged
merged 1 commit into from Jan 1, 2013

Conversation

jaketrent
Copy link
Contributor

Currently when in production mode, only .ejs and .jade templates are scanned for CDN() usage. I'm using swig templates. These files have a '.html' extension.

This pull requests adds the ability to specify 'extensions' via the options when different than the default.

{
  // ...
  extensions : ['.html']
}

@niftylettuce
Copy link
Collaborator

nice work jake!

niftylettuce added a commit that referenced this pull request Jan 1, 2013
Add ability to specify template extension
@niftylettuce niftylettuce merged commit a8fb28a into ladjs:master Jan 1, 2013
@niftylettuce
Copy link
Collaborator

i have to go through a few other pull requests, issues, and adding contributors to credits in Readme/package.json before I can push to NPM v0.1.0! we've come a long way!

@danielsantiago
Copy link
Contributor

Why this commit is not in the master if it was merge?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants