May 2017
Intermediate to advanced
388 pages
7h 30m
English
There are two ways to add and remove atmosphere packages in Meteor: directly add it in .meteor/packages or use the meteor add or meteor remove commands.
We will remove blaze and jquery for this example:
>> meteor remove blaze-html-templates
This will result in the following terminal:
blaze-html-templates removed from your projectcaching-compiler removed from your projectcaching-html-compiler removed from your projecttemplating removed from your projecttemplating-compiler removed from your projecttemplating-runtime removed from your projecttemplating-tools removed from your project
Now if you run your app, you will note that nothing is loaded. You'll need to install the html-static package ...
Read now
Unlock full access