luisvinicius167 / gliojs

Exit popup easely. Detects if the mouse of a user leaves the viewport borders of your website
http://luisvinicius167.github.io/gliojs/
438 stars 29 forks source link

Contributing: what to use for minification and tests? #3

Closed leocavalcante closed 8 years ago

leocavalcante commented 8 years ago

Hi @luisvinicius167,

I'm willing to contribute on the project, but what do you use now to minify? Have you already thought about using GulpJS or GruntJS to automate this process?

And have you thought about a testing framework already?

Cheers.

luisvinicius167 commented 8 years ago

Hi @leocavalcante, great! So, I use Grunt to minify. About testing framework, I did not think about it yet. If you can suggest, will be good.

leocavalcante commented 8 years ago

@luisvinicius167 would be nice to share your Gruntfile in the repository as well. Also, saw that there is no dependencies declared in you package.json. Are you using it by hand on CLI?

For testing, I'm really on to Mocha, but I see much more Jasmine around the community.

luisvinicius167 commented 8 years ago

@leocavalcante yes, you are correct. is because I working in other environment, and I forgot to share the package. ;/ I fix it. I will look Jasmine.