Skip to content
New issue

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

add --minify option to cli & document options for minifying the bundle when using the js api #58

Open
sethvincent opened this issue Aug 1, 2016 · 0 comments

Comments

@sethvincent
Copy link
Collaborator

Example:

"scripts": {
    "bundle:min": "browserify index.js -t minidocs/transform -g unassertify -g yo-yoify -g es2020 -g uglifyify -t envify -p bundle-collapser/plugin > bundle.min.js",
    "bundle": "browserify index.js -o bundle.js -t minidocs/transform",
    "start": "budo index.js:bundle.js -l -P -- -t minidocs/transform -g unassertify -g yo-yoify -g es2020 -g uglifyify -t envify -p bundle-collapser/plugin"
  },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant