We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
こんにちは。 READMEには、コンフィグファイル名を省略した場合、デフォルトのファイル名file.config.jsが指定されたものと見なすよう説明がありますが、下記を実行すると、
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です。
0.3.2
The text was updated successfully, but these errors were encountered:
cognitom
No branches or pull requests
こんにちは。
READMEには、コンフィグファイル名を省略した場合、デフォルトのファイル名
file.config.js
が指定されたものと見なすよう説明がありますが、下記を実行すると、以下のエラーが表示されます。
下記のように、ファイル名を指定してあげるときちんと動作してくれるようです。
私が使用しているバージョンは
0.3.2
です。The text was updated successfully, but these errors were encountered: