jasonlewis / basset

A better asset management package for Laravel.
http://jasonlewis.me/code/basset
240 stars 76 forks source link

Fix the permission on collection.json when building a new file #199

Closed automaticalldramatic closed 11 years ago

automaticalldramatic commented 11 years ago

What

After deleting a manifest, when I tried rebuilding it, I would get an error saying permission denied.

Laravel Error

How

After creating collection.json modify permissions on the file to build successfully.

Signed-off-by: Rizwan Iqbal mailme@rizwaniqbal.com

automaticalldramatic commented 11 years ago

Well, not a clean way, should figure before putting in a PR. Would give

chmod(): Operation not permitted

Will figure out another way and fix this