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

Missing require/order plugin? #12

Closed
tcrosen opened this issue Mar 21, 2012 · 6 comments
Closed

Missing require/order plugin? #12

tcrosen opened this issue Mar 21, 2012 · 6 comments

Comments

@tcrosen
Copy link

tcrosen commented Mar 21, 2012

I see the text plugin is there but not order.

@thomasdavis
Copy link
Owner

At the moment the boilerplate just expects you to wrap third party
libraries in AMD wrappers which can automatically be done using volojs
amdify if you desire.

I would prefer to keep boilerplate strictly AMD as an attempt to force
developers to AMDify all the third parties libraries that currently exist.

On Thu, Mar 22, 2012 at 3:59 AM, Terry Rosen <
reply@reply.github.com

wrote:

I see the text plugin is there but not order.


Reply to this email directly or view it on GitHub:
#12

@tcrosen
Copy link
Author

tcrosen commented Mar 22, 2012

Was asking because you included it in the sample but the file doesn't exist

// Require.js plugins
text: 'libs/require/text',
order: 'libs/require/order',

@thomasdavis
Copy link
Owner

My bad, will probably remove it, what are your thoughts on mixing synchronous with non-sync scripts

@tcrosen
Copy link
Author

tcrosen commented Mar 22, 2012

In what sense? In the same boilerplate? I actually stumbled on your project because I'm creating myself a boilerplate server-side MVC project with Backbone.js handling the front-end and I liked your approach.

@tyaakow
Copy link

tyaakow commented Jul 7, 2012

You people with backbone/require.js examples available online, have made all your examples as complicated as complicated gets.
I might just load jquery, backbone and underscore + 2-3 my own files, without this spaghetti

@tyaakow
Copy link

tyaakow commented Jul 7, 2012

Your backbone book also has order script in all examples, and in actual files there is none.
By the time I figure your examples, I may as well build me a project.

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

3 participants