hypesystem / open-donation-widget

HTML/JS donation widget allowing monetary transparency
0 stars 0 forks source link

Use browserify to load up different classes, bower for dependencies #5

Open hypesystem opened 9 years ago

hypesystem commented 9 years ago

This issue is for discussion re: toolchain

hypesystem commented 9 years ago

Alternative: find a good way to link the project together. As requirejs is apparantly shit, consider a small buildscript, which also builds for the examples.

hypesystem commented 9 years ago

Use grunt to watch the files and build.

Look into Bower as a dependency manager.

hypesystem commented 9 years ago

http://browserify.org/ for require-syntax that can be built.

hypesystem commented 9 years ago

Using grunt-browserify now. Might look into bower to get underscore from externally.

hypesystem commented 9 years ago

http://bower.io/docs/creating-packages/