0.0.3 • Published 9 years ago

import-riotify v0.0.3

Weekly downloads
1
License
ISC
Repository
github
Last release
9 years ago

import-riotify

"import-riotify" is a browserify transformer for ".tag.html" files.

Installation

npm install import-riotify

Usage

use like riotify

but there have new feature to make riot tag has module dependencies

<link href='/path/to/dependence/file.css'/>
<link rel='import' href='/path/to/dependence/file.tag.html'/>

use with browserify, this will be imported;

<script src='/path/to/tag/controller.js'/>

we can split the js in another file, but must return function (opts){}