Update "app" to "your-app" to avoid module collision with require('app')
authorDoug Daniels <daniels.douglas@gmail.com>
Wed, 7 May 2014 19:21:13 +0000 (14:21 -0500)
committerDoug Daniels <daniels.douglas@gmail.com>
Wed, 7 May 2014 19:21:13 +0000 (14:21 -0500)
commit90538d0e16c6adc6a539477543dc67035e9e09f9
tree8a0a915a7c88e9c059bd70bb8089f971d4a9ce86
parent2b5a0e28e33c7cf1ab1664c002c7052f1c0b1f39
Update "app" to "your-app" to avoid module collision with require('app')

If you name your app's folder `app/` and if you run the atom-shell from the directory above that, it will result in an error, which I believe is caused by resolving `require('app')` to your `app/` folder.

So just to avoid confusion where someone might create an app with that folder and run the atom-shell from that directory.

I wrote up some details getting atom-shell working using the grunt plugin.

- https://github.com/atom/atom-shell/issues/256#issuecomment-42464026
docs/tutorial/quick-start.md