Matrix

Results 6 issues of Matrix

I update my rails app to pass at 5.1.X to day, but surprise, my config to minimify JS and CSS dosn't works now... config.assets.js_compressor = Uglifier.new(output: {comments: /^!/}) ** Invoke...

I try to use coffeescript in svelte on my rails app and i don't understand how merge both : ``` #!/usr/bin/env node const watch = process.argv.includes("--watch"); const esbuild = require('esbuild')...

Do you have the possibility of including the sound which would correspond to the passage of the rain chars ?

enhancement

Hello, can you add an option of plugin to define where is saved the tag note (I create a "tag note folder", I would like all tag note go on...

plugin works fine, but when I use coffeescript : `` throw an error : ``` app/javascript/svelte_src.js:3:10: 3 │ 1: ╵ ^ ``` package.json : ``` { "name": "app", "private": "true",...

can we add autoimport component ? if yes, how config ? exemple : ``` import Inner from './Inner.svelte'; //autoimport this line ```