englishtown / gudstrap

Sleek, intuitive, and powerful front-end framework for faster and easier web development.
http://englishtown.github.io/gudstrap/
Other
14 stars 6 forks source link

Gudstrap js components have to be AMD compliant #75

Closed mikaelkaron closed 11 years ago

mikaelkaron commented 11 years ago

As we're moving away from having any global js objects (this includes $ and jQuery) we need to start thinking how GUDstap fits into that.

On the one hand we don't want to create merge issues with upstream, and on the other hand we don't want globals. The solution would be to wrap our components during the build step. I see two different ways this can be done:

My vote is for the second solution as it looks to be the least intrusive.

faceach commented 11 years ago

Will finish by 10/29