-
Notifications
You must be signed in to change notification settings - Fork 123
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
Modularize #25
Comments
What approach did you have in mind for the build? Browserify for client? Additionally, are you wanting to use Babel and go full ES6 on this b***? 🤘 |
OK, I see that the boilerplate mentioned in #24 uses webpack, so I'll assume that. |
Yep. Webpack! =) |
Works pretty well with ES6. I'm not sure the minification is working, though. I'll have to look at the webpack docs on that. Edit: resolved minification |
@ericelliott Seems testling is experiencing technical difficulties. What do you want to use for client tests? |
@ericelliott you originally had import { cuid, slug } from 'cuid' |
blue-tape (see boilerplate), run client tests on Sauce Labs |
Please complete #24 first.
Stop using the hacky concat build.
Ignore build directory in diffs
You can ignore build files in diffs.
Create a .gitattributes file in the repo root:
The text was updated successfully, but these errors were encountered: