我有一个RubyonRails项目,每次我对顺风类或需要运行的刺激控制器进行更改时
bundle exec rake assets:precompile
./bin/dev
我使用yarn,jsbundling-rails [esbuild]我的procfile
web: unset PORT && bin/rails server
js: yarn build --watch
css: yarn build:css --watch
我有一个RubyonRails项目,每次我对顺风类或需要运行的刺激控制器进行更改时
bundle exec rake assets:precompile
./bin/dev
我使用yarn,jsbundling-rails [esbuild]我的procfile
web: unset PORT && bin/rails server
js: yarn build --watch
css: yarn build:css --watch
1条答案
按热度按时间41zrol4v1#
您应该使用以下方法移除已编译的资产
只需用途:
因为它将智能地监视更改并仅重新编译更改的文件。