rollup-plugin-closure-compile
Version:
Rollup plugin that uses the up-to-date JS version of Closure Compiler to minify your code. Works with sourcemaps
13 lines (10 loc) • 466 B
Markdown
# Contributing
## Add a new feature
1. Fork the repo (<https://github.com/nebrelbug/rollup-plugin-closure-compile/fork>)
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. If you changed any JavaScript, run `yarn build` and `yarn test` and `yarn format`
5. Push to the branch (`git push origin feature/fooBar`)
6. Create a new Pull Request
## Found an issue?
Create an issue