You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
testing (running npm test in the travis script - done by default in node projects)
uglify (minify the JS input to provide both versions)
I suggest Travis CI because it's well integrated with GitHub and doesn't require much configuration, neither peculiar hosting service, so free, fast, easy and reliable.
No testing is done and this is somewhat lacking since it's really useful to avoid retrograding.
To provide a minified version is really helpful for people who just want to install it as a library and use it right away: you install it with npm or Bower and then just have to provide the link and boom it's in your JS libraries which are for instance all concatenated and minified later by a Grunt.
Also Install process, update of the package.json (test command, main files) and the README with a Changelog and a License would be welcomed :)
The text was updated successfully, but these errors were encountered:
Suggestions after this discussion.
Use Travis CI for:
I suggest Travis CI because it's well integrated with GitHub and doesn't require much configuration, neither peculiar hosting service, so free, fast, easy and reliable.
No testing is done and this is somewhat lacking since it's really useful to avoid retrograding.
To provide a minified version is really helpful for people who just want to install it as a library and use it right away: you install it with npm or Bower and then just have to provide the link and boom it's in your JS libraries which are for instance all concatenated and minified later by a Grunt.
Also Install process, update of the package.json (test command, main files) and the README with a Changelog and a License would be welcomed :)
The text was updated successfully, but these errors were encountered: