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

Upgrade to CanJS 3.0, Steal 0.16 #273

Merged
merged 7 commits into from Jul 27, 2017
Merged

Upgrade to CanJS 3.0, Steal 0.16 #273

merged 7 commits into from Jul 27, 2017

Conversation

kylegifford
Copy link
Contributor

Fixes #250

@matthewp
Copy link
Contributor

matthewp commented May 4, 2017

Do not merge yet, there is a configuration problem.

@kylegifford
Copy link
Contributor Author

Configuration problem is now fixed.

@@ -0,0 +1,34 @@
module.exports = {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could possibly break in the future if, for example, can-compute adds a new file to their project. I think what we should do here is create this module on the fly. Crawl through the can- packages and create this same configuration.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What are the criteria for files to include? Just every script file that's not a test and not in node_modules?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think every .js file is fine from within node_modules/can-* is fine. You can exclude _test files if you want, but I don't think it will hurt anything to have "too much" configuration.

@chasenlehara chasenlehara self-assigned this Jul 20, 2017
I think this will work correctly on Windows. 🤞
@matthewp
Copy link
Contributor

Changes look good! Thanks @chasenlehara

@chasenlehara chasenlehara force-pushed the canjs-to-3.0 branch 3 times, most recently from dc28748 to 2f68731 Compare July 27, 2017 17:15
@chasenlehara chasenlehara merged commit 42f0b67 into master Jul 27, 2017
@chasenlehara chasenlehara deleted the canjs-to-3.0 branch July 27, 2017 18:58
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

Successfully merging this pull request may close these issues.

None yet

4 participants