For a module Toto, define
Toto.html (or another extension if it is not real html. Decide which DSL to use. Decide the API in JS)
Toto.js
Then compile html and js to Toto.js which include all the code to create the nodes+style. Prefix the context to the style names.
To build the final application => pack all js files using standard techniques
see #10 for the css
For a module Toto, define
Toto.html (or another extension if it is not real html. Decide which DSL to use. Decide the API in JS)
Toto.js
Then compile html and js to Toto.js which include all the code to create the nodes+style. Prefix the context to the style names.
To build the final application => pack all js files using standard techniques
see #10 for the css