Isomer now supports both bower:
$ bower install isomer
and component:
$ component install jdan/isomer
Isomer also lists copyright information when built. You can see it in action here. Our build and test processes are also far simpler.
To buid:
$ npm run dist # or, simply, gulp dist
To test:
$ npm test
The test command uses beefy to automatically rebuild the project when any files have changed. The command also opens a browser window with a testing page that automatically refreshes when the project is rebuilt.
Simply run npm test
and leave it in the background as you develop. Everything will build automatically for you.
With <3,
@jdan