Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

concat-compile branch - build directory nomenclature #11

Open
mickmcgrath13 opened this issue Mar 23, 2016 · 0 comments
Open

concat-compile branch - build directory nomenclature #11

mickmcgrath13 opened this issue Mar 23, 2016 · 0 comments

Comments

@mickmcgrath13
Copy link

In the concat-compile branch, there is this code:

var isBuild = isNode && /build$/.test(process.argv[1]);

..this strategy tends to scatter the related build files because we have to do thing like this:

a-build.js
--some other files--
build.js
--some other files--
c-build.js
--etc--

Whereas, if the "build" part of the string could be at the front, the build files would tend to coalesce like this:

--some other files--
build.js
build-a.js
build-c.js
--some other files--

Just a thought...

@DesignByOnyx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant