Meteor on Windows
21–25 of 25 posts
Re: Meteor on Windows
#22Earlier quoted context omitted.
Required for this page, yes. But, necessary? Only for interactive visualizations and content updates.
It's gone far beyond that for many sites. It's essentially a minimum requirement now, and there's not much good reason for it not to be enabled.
Yes, it is reasonable to expect all browsers to have JavaScript enabled, but that doesn't mean it should be carelessly used.
Re: Meteor on Windows
#23Earlier quoted context omitted.
It's gone far beyond that for many sites. It's essentially a minimum requirement now, and there's not much good reason for it not to be enabled.
I would prefer my mobile devices not have to burn the extra battery required to execute JavaScript code just to display a page of purely static content. Yes, it is reasonable to expect all browsers to have JavaScript enabled, but that doesn't mean it should be carelessly used.
Re: Meteor on Windows
#24Earlier quoted context omitted.
Required for this page, yes. But, necessary? Only for interactive visualizations and content updates.
It's gone far beyond that for many sites. It's essentially a minimum requirement now, and there's not much good reason for it not to be enabled.
Re: Meteor on Windows
#25Earlier quoted context omitted.
Vagrant is also an awesome alternative to a VM or full installation of any Linux flavor. I've been playing with it and together with the subset of Linux commands that comes with MSysGit I can even SSH into the Vagrant box from the regular Windows command prompt or Console2.
The new http://win.meteor.com also documents two Vagrant-based solutions for those that feel the same way, and should kick-start someone unfamiliar with Vagrant / Shell / Chef / Linux. I maintain the Chef version posted here... Edit: And it should be highlighted that these Vagrant solutions offer a work around for the Meteor MongoDB to be able to utilize the Vagrant Synced folders, so the editing and viewing is near-…