-
Notifications
You must be signed in to change notification settings - Fork 41
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
meteor-client-bundler doesn't like 'static-html' #78
Comments
I will look at this issue soon, but PRs are welcome :) |
I have no clues on what direction to get. PS. In my own projects I don't need 'static-html', so removing it before running MCB is OK for me. |
I simply removed
because of meteor can communicate with frontend by DDP or REST or APOLLO so there is no sense of using |
@ardatan do you think we should add message about there is no point use I suggest add to docs info that anyone should remove this package, because of it is added by default to In article
this is not mentioned because of on list of packages installed by default by meteor
|
See demo on github: https://github.com/atao60/angular-meteor-example-AngularCLI-bare. It's in a non working status to show the issue.
The installation is described in detail in the file HISTORY.
Trying to set up a minimal configuration to be used with
meteor-client-bundler
, I started from scratch and usedmeteor create --base
in place ofmeteor create
. Thenmeteor-client-bundler
crashed:As soon as
static-html
is removed fromapi/.meteor/packages
, everything runs fine.meteor-client-bundler
should be able to deal withapi/.meteor/packages
's content, whatever the template used to create it.The text was updated successfully, but these errors were encountered: