Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build: Remove
--production
flag to fix grunt prepare
I don't know how long this has been broken for, but, `--production` is incompatible with grunt-check-modules as used in the download.jqueryui.com package for the `grunt prepare` step. Test Plan * `apt-get install -y libxml2-utils xsltproc imagemagick` * Create `config.json` * Run `npx grunt build` ``` Running "build-download" task Initializing download module, might take a while... >> Running "check-modules" task >> Warning: Command failed: npm ls >> npm ERR! code ELSPROBLEMS >> npm ERR! missing: [email protected], required by [email protected] ```
- Loading branch information