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

Create Kind request to remove package from Atmosphere #1

Merged
merged 1 commit into from
May 25, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions Kind request to remove package from Atmosphere
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Hey Marco,

Current Meteor 3rd party packaging best practices recommend including the upstream as a submodule in the wrapper repo, then creating `package.js` files that refer to it. Also, the sources should be un-minified.

I went ahead and published [all Bootswatch themes](https://atmospherejs.com/bootswatch) that way so you don't have to worry about this stuff. Here's [the source repo](https://github.com/MeteorPackaging/bootswatch).

Note that [adding the glyphicons font is an upstream problem with Bootswatch](https://github.com/thomaspark/bootswatch/issues/466) and I've filed an issue. To not include the Glyphicons, just install https://atmospherejs.com/twbs/bootstrap-noglyph then the [official Bootswatch Paper package](https://atmospherejs.com/bootswatch/paper).

If you can do the community a favor, can you please hide the old package? It will still be installable by apps and dependent packages; it will just be hidden from Atmosphere searches:

meteor admin set-unmigrated panter:bootswatch-paper

Thanks,
Dan
Atmosphere curator