Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 208 Bytes

File metadata and controls

3 lines (2 loc) · 208 Bytes

Running browserify -x axios app.js > bundle.js in this directory will produce bundle.js

Note the external dependency "axios" that is excluded from the build (it's not needed when using js-data-angular).