canjs / can-compile

Compile CanJS Mustache and EJS views for lightning fast production apps
http://daffl.github.com/can-compile
MIT License
35 stars 15 forks source link

Allowing user to supply paths for jquery and can. #36

Closed ccummings closed 9 years ago

ccummings commented 9 years ago

This enables can-compile to work offline if the paths are local.

The new resolveScripts utility determines the correct version of jQuery and what view engines to include for a given version of CanJS.

This still needs tests. The PR is mostly to see the proposed changes as a diff and solicit feedback.

daffl commented 9 years ago

I think this will solve #35, too.