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

Recommended Build Process #42

Open
isaacchansky opened this issue May 12, 2014 · 1 comment
Open

Recommended Build Process #42

isaacchansky opened this issue May 12, 2014 · 1 comment

Comments

@isaacchansky
Copy link

Wondering if there is a recommending build process to bundle up flight apps. Looks like the pattern for requiring dependencies in the scaffolding is the var myDep = require('path/to/dep'); method which isn't compatible with the rjs optimizer as far as I can tell.

Is there a way around this which I'm missing? or better to do the array of strings method?

@necolas
Copy link
Contributor

necolas commented Aug 20, 2014

I think rjs can handle the "sugared" AMD syntax.

But I'd use webpack at the moment - http://webpack.github.io/ - and would want to replace that use of require in this tool when I have time (or someone else could take it on).

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

2 participants