mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Remove backwards-compatibility implementation of pre-0.6.5
Package.register_extension API. It didn't even actually work for producing JavaScript files (eg a coffeescript-like package): see #1410. Package maintainers should have upgraded to the more powerful 0.6.5 API by now anyway.
This commit is contained in:
@@ -913,8 +913,7 @@ quick tips:
|
||||
an example. Build plugins are fully-fledged Meteor programs in their
|
||||
own right and have their own namespace, package dependencies, source
|
||||
files and npm requirements. The old `register_extension` API is
|
||||
deprecated and should not be used as it will prevent your package
|
||||
from being cached, slowing down builds.
|
||||
removed.
|
||||
|
||||
* It is possible to create weak dependencies between packages. If
|
||||
package A has a weak dependency on package B, it means that
|
||||
|
||||
Reference in New Issue
Block a user