balloon-css
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "balloon-css", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Simple tooltips made of pure CSS", | ||
@@ -17,2 +17,3 @@ "author": "Claudio Holanda", | ||
"scripts": { | ||
"build-all": "npm run build-sass && npm run build-less", | ||
"build-sass": "node-sass src/balloon.scss ./balloon.css && node-sass src/balloon.scss ./balloon.min.css --output-style compressed", | ||
@@ -19,0 +20,0 @@ "build-less": "lessc src/balloon.less ./balloon.css && lessc --clean-css src/balloon.less ./balloon.min.css", |
@@ -33,5 +33,16 @@ <img src="logo.png" width="272" style="margin:0 auto" align="center" /> | ||
### Contributing | ||
Balloon.css have is mantained in SASS and LESS. To contribute with bugfixes and enchancements you must follow this steps: | ||
1. Clone repo. E.g. `git clone https://github.com/kazzkiq/balloon.css.git` | ||
2. Run `npm install` | ||
3. Edit SASS/LESS files and run `npm run build-all` to generate the production CSS files. (alternatively you can run `build-sass` or `build-less` for specific compiling). | ||
4. Make sure to test the production files over the website (branch `gh-pages`) before submitting a Pull Request. | ||
Note 1: Remember to update **both SASS and LESS** files after your changes (both must always be in sync). | ||
Note 2: You're not obligated to use the built-in tasks from the above steps. If you're using your own build, just make sure to update production and source files before submitting a PR. | ||
### Credits | ||
Made by Claudio Holanda ([@kazzkiq](https://twitter.com/kazzkiq)) |
10282
48