riot-brunch icon indicating copy to clipboard operation
riot-brunch copied to clipboard

Adds Riot.js support to brunch

Results 3 riot-brunch issues
Sort by recently updated
recently updated
newest added

Hi, I'm having trouble with Babel and riot-brunch. It seems all my JavaScript code gets transpiled normally, while tags don't. Here is my `brunch-config.js`: ```js module.exports = { npm: {...

I am not sure no one mentioned yet an issue about importing generated tags as modules. When I simply generate the tags and let brunch bundle them into single js...

I can import a tag from a js file, but my tags that contain imports are having issues. ```` import './components/header.tag'; import './components/sidebar.tag'; import './components/loading-indicator.tag'; ```` get transpiled to ````...