https://github.com/gadicc/meteor-package-file-eval
1.3 is processing package flies that aren't used/imported
https://github.com/gadicc/meteor-package-file-eval
Last synced: 12 months ago
JSON representation
1.3 is processing package flies that aren't used/imported
- Host: GitHub
- URL: https://github.com/gadicc/meteor-package-file-eval
- Owner: gadicc
- Created: 2016-02-11T15:14:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-11T15:36:20.000Z (over 10 years ago)
- Last Synced: 2025-04-05T10:30:12.750Z (about 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# meteor-package-file-eval
In 1.3, files in `packages/package/*` are being processed even
if they aren't `api.add()'ed` or `imported`. They're also
added to the watch list. Also affects api.addAssets().
See [packages/package/unused-file.js](packages/package/unused-file.js)
(which isn't mentioned anywhere in the
[package.js](packages/package/package.js)) for some things the file
the contain and how it affects the build process.