Makala Noble
Makala Noble
I'm getting the same error with the mocha adapter in [v1.1.5](https://github.com/alex-seville/blanket/releases/tag/v1.1.5)
@dfreeman I erased the git history since it didn't work, but I tried removing the `--disable-gpu` flag and adding `useYarn: true` and upgrading `ember-try`. There was one time the build...
I got this same error. I just needed to wait for the package updates to be installed and then restart Atom when prompted.
It looks like the app doesn't have the correct permissions to create playlists this way. Digging into my Google account, Google Drive permissions for the app are: ``` - Add...
+1, I can confirm the same behavior as described by @luissquall - Node `v0.10.15` - npm `1.3.5` - grunt `0.4.1` - grunt-contrib-watch `0.5.1` (gaze `0.4.1`) - Mac OSX `10.8.4`
Update: the `dir/empty` case also occurs when `dir` doesn't have any files, but may contain folders
@shama, I'm also using relative paths in my Gruntfile...
I have the same issue. Works fine on local machine, but I get heroku 500 error when deployed. Heroku logs gives me: NameError (uninitialized constant MapperController::Cartographer) Using rails 3.0.4, API...
Somehow, this worked: I just deleted my .git file, and my remote repo, my heroku app, and did the entire git / heroku / local repo linking process over again....