-
-
Notifications
You must be signed in to change notification settings - Fork 330
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: opal/opal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ac9f0389bb90
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: opal/opal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e83760642223
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 4 commits
- 3 files changed
- 2 contributors
Commits on May 18, 2015
-
Make sprockets a development dependency instead of runtime, allow tilt 2
Now that you can build complex opal projects using tilt instead of sprockets, it doesn't make sense to require sprockets. As sprockets 3+ doesn't require tilt, it doesn't really make sense to keep tilt as a runtime dependency, since you should be able to use sprockets without using tilt. However, Opal::Processor is currently a subclass of Opal::TiltTemplate, so it doesn't matter if you are using opal with tilt or sprockets, in either case tilt is still required for using opal. If Opal::Processor can be made to run without tilt, I think we should make both tilt and sprockets development dependencies instead of runtime dependencies. The tilt/opal tests run fine with tilt 2, so I don't think we should restrict people to using tilt 1.4, as then users of opal can't use the new useful features in tilt 2, such as multiple mappings, and they will miss out on useful bug fixes in tilt 2 that will not get backported to tilt 1.4, such as the sorting of locals when caching templates.
Configuration menu - View commit details
-
Copy full SHA for 1117d8b - Browse repository at this point
Copy the full SHA 1117d8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce72db4 - Browse repository at this point
Copy the full SHA ce72db4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 307c8ed - Browse repository at this point
Copy the full SHA 307c8edView commit details
Commits on May 21, 2015
-
Configuration menu - View commit details
-
Copy full SHA for e837606 - Browse repository at this point
Copy the full SHA e837606View commit details
There are no files selected for viewing