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

unignore the web/builds dir #188

Merged
merged 2 commits into from
Jun 16, 2014
Merged

unignore the web/builds dir #188

merged 2 commits into from
Jun 16, 2014

Conversation

notslang
Copy link
Contributor

Closes #186. Also I noticed that you don't have an editorconfig file, so I threw that in there as well

sayrer added a commit that referenced this pull request Jun 16, 2014
unignore the web/builds dir
@sayrer sayrer merged commit d400e2f into twitter:master Jun 16, 2014
@notslang
Copy link
Contributor Author

@anton-rudeshko: see #186

@anton-rudeshko
Copy link

Oh, I see...
But this adds an extra 1 MB to npm package payload =( And you can always use git urls.
May be it will be better to move it in a separate package?

@notslang
Copy link
Contributor Author

Actually, in the case of accord, we need the client-side compiler to be available on the disk. If there was just a single client-side compiler created by the build process that was in the same place for every release, then that would work great. We don't need all the builds - we only need the one for the latest version (which is like 8kb).

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

Successfully merging this pull request may close these issues.

include copy of client-side compiler for npm
3 participants