blitzcodes / slipstream-prj

A light weight interface for Meteor development; a handy and organized way to ride the slipstream of the great and evolving Meteor framework. My mission with this project is to address a few key concerns with developing a solid production ready system for Meteor.
MIT License
1 stars 0 forks source link

smart.json #1

Closed orefalo closed 11 years ago

orefalo commented 11 years ago

/Users/orefalo/.nvm/v0.10.7/lib/node_modules/meteorite/lib/sources/local.js:23 throw('Path does not exist: ' + this.path); ^ Path does not exist: /Users/sean/slipstream/mrt

you should remove the hard coded path from the file

sincerely

blitzcodes commented 11 years ago

Hello Olivier, thanks for you interest! I'm currently making some radical changes to the mrt package, and will be able to update this sample project shortly to give a real world use of the interface. I'll be sure to take out path so it's installable via mrt.

I'm close to finishing it's alpha phase now, being able run all of the collection/templates/routes from a single object/file js file to simplify it's use. What I'm still flushing out is generating a CRUD routes and entry with each action being properly automated, while still allowing effective overrides for any piece as needed.

orefalo commented 11 years ago

thank you, will keep an eye on the project