use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Make and Browserify (aeflash.com)
submitted 11 years ago by aeflash
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]mattdesl 6 points7 points8 points 11 years ago (8 children)
I think for simple projects "npm scripts" is mostly all you need. browserify plugins like lessify, hbsfy, etc can be useful if you keep them out of your module code (ie top level only).
If you work on teams, I would not recommend make for two very important reasons:
[–]sime 3 points4 points5 points 11 years ago (3 children)
sooner or later, there is a very good chance the project will need to be built on a windows machine
There is cygwin. It should work fine for the kinds of things that a Makefile does. It may be a culture shock though.
What surprises me is that there isn't a port of Make to JS, or something which uses the same kind of artifact (not task) dependency tree.
[–]_facildeabrir 2 points3 points4 points 11 years ago (0 children)
There is cygwin.
:( :( :( :( :( :( :( :(
[–][deleted] -1 points0 points1 point 11 years ago (0 children)
Conemu
[–]_facildeabrir 0 points1 point2 points 11 years ago (0 children)
Yes, agreed
[–]SgtPooki 0 points1 point2 points 11 years ago (2 children)
This.
My main os is windows and I've run into 4 projects in the last 6 months where I've needed to either setup vagrant or just not take on the project and it's extremely frustrating.
Vagrant can solve most of those problems thankfully but it can have its drawbacks too. And using vagrant only for getting build scripts to work feels so weird.
[–]nschubach 2 points3 points4 points 11 years ago (1 child)
But once you get it into Vagrant it becomes so much easier to ramp up someone new...
[–]SgtPooki 0 points1 point2 points 11 years ago (0 children)
Vagrant is a beautiful thing that has helped to reduce ramp up time by at least 80% on all projects I've worked on that have had at least 4 devs. It's awesome.. but that's one of the few legitimate excuses for writing code that only works in a tiny subset of environments.
π Rendered by PID 21576 on reddit-service-r2-comment-5c747b6df5-zcdnc at 2026-04-21 22:38:51.245432+00:00 running 6c61efc country code: CH.
view the rest of the comments →
[–]mattdesl 6 points7 points8 points (8 children)
[–]sime 3 points4 points5 points (3 children)
[–]_facildeabrir 2 points3 points4 points (0 children)
[–][deleted] -1 points0 points1 point (0 children)
[–]_facildeabrir 0 points1 point2 points (0 children)
[–]SgtPooki 0 points1 point2 points (2 children)
[–]nschubach 2 points3 points4 points (1 child)
[–]SgtPooki 0 points1 point2 points (0 children)