Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

podio/plugin-jst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jst

npm version Build Status

SystemJS's underscore template jst loading plugin.

How to use

import './sample.jst!'

It requires to have underscore installed as a peer dependency, although you can also use it for lodash as long you alias it to underscore in your configuration, i.e.:

System.config({
	map: {
		underscore: 'lodash'
	}
})

Testing

$ npm install
$ npm test

License

MIT