Build an embeddable widget using RequireJS and Gulp.
See the blog post on 2amigos
Considering you have installed globally bower:
# https://github.com/requirejs/almond#almond
bower install almond
# https://github.com/requirejs/text
bower install requirejs-text
bower install jquery
Considering you have installed only locally bower:
node_modules/bower/bin/bower install jquery
node_modules/bower/bin/bower install almond
node_modules/bower/bin/bower install text
Then, if locally, you can run:
node node_modules/gulp/bin/gulp.js build
The BSD License (BSD). Please see License File for more information.
Web development has never been so fun!
www.2amigos.us