mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
It was never passed into `addFiles` in that package anyways.
But starting from commit fff2e46661,
we parse all the `.js` files in package directories. Some part of
our JS parsing pipeline explodes on this file. But honestly,
there's no particularly good reason to care about that right now.
We can wait to see if other people report packages breaking.
19 lines
446 B
JSON
19 lines
446 B
JSON
{
|
|
"plugins": ["plugins/markdown"],
|
|
"markdown": {
|
|
"parser": "gfm"
|
|
},
|
|
"source": {
|
|
"exclude": [
|
|
"packages/ddp/sockjs-0.3.4.js",
|
|
"packages/test-in-browser/diff_match_patch_uncompressed.js",
|
|
"packages/jquery/jquery.js",
|
|
"packages/underscore/underscore.js",
|
|
"packages/json/json2.js",
|
|
"packages/minimongo/minimongo_tests.js",
|
|
"tools/node_modules",
|
|
"tools/skel-pack/package.js"
|
|
]
|
|
}
|
|
}
|