mcrider / azimuth

Azimuth is a simple, elegant, and fast CMS built using meteor.js.
232 stars 54 forks source link

smart.json has local path for collectionFS ? #76

Closed lc3t35 closed 10 years ago

lc3t35 commented 10 years ago

In azimuth-core -> it throws Path does not exists: /Users/mcrider/Sites/azimuth/packages/collectionFS due to :

... "collectionFS": {
         "path": "../../packages/collectionFS"
     }
mcrider commented 10 years ago

Sorry i meant to fix this last night but got sidetracked.. I was using a local copy of collectionFS that worked with Blaze. I think @CollectionFS has released packages for collectionFS that work with Blaze (e.g. Meteor 0.8.0) so i'll work on integrating them asap.

mcrider commented 10 years ago

This is fixed, but having issues getting ColelctionFS to work (seems to be due to upstream bugs). Will continue working on that, but i've pushed the blocking fix to Atmosphere.