history.js
history.js copied to clipboard
add 'main' and 'ignore' to bower config
The bower-requirejs package uses the "main" field in bower.json to determine the main js file of a given package. This PR adds "main", so history.js can easily included with RequireJS, through bower. It also adds "ignore" for removing files that aren't needed at "runtime", to slim down the size on disk.
Let me know if there are any questions or if the "ignore" list should be tweaked at all. Thanks for history.js!
Please merge this. The same thing goes for bower-installer. Thanks.