00BSBala SivagnanamProblem with JS order in automating build process using gulp for HTML/BootstrapI am trying to create this workflow to have all the dependency Java Script files to be combined and minified for production. Project Structure: Error in my html bundle.js:1369 Uncaught Error: Popover requires tooltip.js at bundle.js:1369 at Objec...Jul 27, 2017
20ECestevan carlos bensonI how do I fix dependency order using browserify?I'm using browserify in order to use the "require" functions in my gulpfile. In my main javascript file I am loading a project called "tippy.js" using require(). I am getting an error stating that it doesn't understand the reference to "tippy" and I ...May 23, 2017
00ECestevan carlos bensonHaving problems with gulp + babelifyI am working on my gulp skills. I am attempting to use babelify with browserify. So I am using a transform to take a stream from browserify and run it through babel. It does not work. I am not using the transform correctly. Suggestions? return browse...May 6, 2017
12JEJohn EnderbyHow do I rebind events to my page after loading in new content via ajax?So the structure of my handlebars template is below: <!DOCTYPE html> <html lang="en"> <head> <title>{{title}}</title> {{> _meta_tags}} {{> _styles}} {{> _head_scripts}} {{> _ga}} </head> <body> <div class="content-wrap" id="content-wrap"> <...Mar 10, 2017MS
20MSMichael SpragueAnyone have any good links for Vue.js Browserify/Vueify tutorials?I've been doing a lot of Vue development lately but it's all been SPAs with the Vue components written in the main JS files. I'd like to start playing with standalone components as .vue files but other than the official docs haven't found too many go...Oct 22, 2016
32JJitendraIs there any benefit of webpack's HMR for HTML/CSS Development over browsersync?Oct 22, 2016DH
51LLLarry LoveDo you think we need to use Browserify or Webpack when ES6 modules come out?May 20, 2016N
31OBOtman BouchariDo you use Browserify to organize your Angular 1.x projects?Browserify seems convenient to load external modules as well as internal ones, it's largely used by React developers. Have you used it before with angular 1.x? if so, what's your approach?Apr 11, 2016M
51SHSabine HofmannWhat are the additional benefits of choosing Webpack over Browserify? Which one do you use?I have been using Browserify, but I would like to know if Webpack is better or offers more features.Aug 14, 2015K