felt
felt copied to clipboard
On-demand bundler for ES6 / CSS Next
When only `--config` is specified, ``` $ felt --config ``` not only the default config file `felt.config.js`, the recipe `felt-recipe-minimal` is always used too. So, I changed the check condition...
こんにちは。 READMEには、コンフィグファイル名を省略した場合、デフォルトのファイル名`file.config.js`が指定されたものと見なすよう説明がありますが、下記を実行すると、 felt --config --src src --debug --watch 以下のエラーが表示されます。 Error: felt-recipe-minimal is not installed 下記のように、ファイル名を指定してあげるときちんと動作してくれるようです。 felt --config felt.config.js --src src --debug --watch 私が使用しているバージョンは`0.3.2`です。
Is there a way to limit to a single entry point? example: /client/entry.js (rollup bundles from entry) ignores everything else in /client
Build errors (apparently from missing modules, but I assume that there are lots of other causes) seem to result in a bad build that fails silently. The "bad build" in...
would creating `felt-imagemin` to handle `'images/*.{jpg,png}'`be of interest?
自分の環境だけかもしれませんが、うまく動かなかったので・・。 凡ミスだったらすみません。。 I’ve tried to use Felt with just described commands as below. ``` $ npm install -g felt felt-recipe-minimal $ cd path/to/project/ $ felt ``` But I couldn’t run...
In the near future (or already now), we need to handle these browsers: - Native ES6, native module - Native ES7 supported, but no native module - Native ES6 supported,...
To detect the changes well, it needs to care about dependencies. - `rollup` can return the dependencies while compiling - `postcss-import` may not support it Hmm...
At this point Felt is made for homologous conversions: - `css` to `css` - `js` to `js` But it could be handy if it support such conversions, too: - `scss`...