Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
connect-assets/mincer のダイジェスト/ハッシュを無効にする方法を知っている人はいますか? 彼らの意見ではそれが非常に重要であることは知っていますが、開発時にはそれほど有用ではありません
ダイジェストまたはフィンガープリントは、次の方法で無効にできます。
app.use(assets({ paths: [ 'assets/css', 'assets/fonts', 'assets/js', 'assets/images', 'bower_components' ], fingerprinting: false }));
アプリをデプロイすると、アセットの名前にダイジェスト/ハッシュが追加されていないことがわかります。