Meteor uses separate CSS and JS files on the development server and combines and minifies them on the production server. Is there a way to force it to combine and minify all JS/CSS on the development server (localhost), at least to check if the combined file works fine before deploying? Thanks.
> meteor run --production
meteor run
now has a production
flag:
Usage: meteor run [options]
Options:
--port, -p Port to listen on. NOTE: Also uses port N+1 and N+2. [default: 3000]
--production Run in production mode. Minify and bundle CSS and JS files. [boolean]
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With