MisterJames / CollidR

An open source project leveraging SignalR to make real time forms easy.
Apache License 2.0
22 stars 5 forks source link

Javascript bundling #50

Closed dpaquette closed 10 years ago

dpaquette commented 10 years ago

Resolves issue #49 Used Grunt to combine and minify the 3 collidr javascript files. Files are then automatically copied to the MVC sample application. We now only make changes to the 3 collidr javascript source files and the combined file(s) should never be edited directly.

MisterJames commented 10 years ago

Closes #49. I'm not sure if there's a better way to do it, but when you pull the branch down the sample project is missing the referenced JS files (because you're rightly ignoring them in gitignore). I'm okay with this for now, unless you have any other ideas. Thanks for this @dpaquette!

MisterJames commented 10 years ago

Feel free to nuke the branch when you're ready.

dpaquette commented 10 years ago

nuked...thanks