First of all hi everyone i only recently found out hashnode and so far i'm really liking it good community nice UI overall very pleasant experience.
I have gulp.js workflow with all the goodies like browser-sync, sass, autoprefixer, jade etc. I split my code in two parts development and production when i'm sure that i'm done developing i push my assets trough production tasks where everything gets optimized i still have to develop publishing assets from cli but i'm working on it. My question is what do you use ? What works for you, share some tips and tricks because i'm fairly new. I use Atom as code editor and WebStorm as full IDE, for small projects i usually do everything in atom big problem with atom that i have it is slow on initial start which irritates me very much, and for larger scale projects i use WebStorm.
My goal is to eventually learn react and everyone is using webpack which is like black magic to me bad documentation and configuration file is kinda unreadable at least for now. I'm trying to pipe it to gulp and use it as module bundle instead of broweserify but that is yet to provide results i'm hoping to get. So is anybody using webpack on day to day basis how did you learn it etc any info would be much appreciated.
I have a Workflow in ClojureScript using Boot as build tool https://github.com/mvc-works/boot-workflow
Vijay Thirugnanam
Inference Service @ Cerebras
I have a starter project for react. It has a gulp file with browserify and nodemon. Please check it out.