FamousArchives / generator-famous

for those who hate doing things once
123 stars 26 forks source link

views generator is broken #3

Closed dcsan closed 10 years ago

dcsan commented 10 years ago

it just generates the index.html page again

famtest> yo famous:view top

     _-----_
    |       |
    |--(o)--|   .--------------------------.
   `---------´  |    Welcome to Yeoman,    |
    ( _´U`_ )   |   ladies and gentlemen!  |
    /___A___\   '__________________________'
     |  ~  |
   __'.___.'__
 ´   `  |° ´ Y `

You're using the fantastic Famo.us generator.
identical README.md
identical package.json
identical bower.json
identical Gruntfile.js
 conflict app/index.html
[?] Overwrite app/index.html? overwrite
    force app/index.html
identical app/content/images/famous_symbol_transparent.png
identical app/styles/app.css
identical app/src/requireConfig.js
identical app/src/main.js
identical .editorconfig
identical .bowerrc
identical .eslintrc
identical .jscsrc
identical .gitignore

I'm all done. Running bower install & npm install for you to install the required dependencies. If this fails, try running the command yourself.
MylesBorins commented 10 years ago

I realized that earlier at the meet up, thanks for reporting

For some reason npm is ignoring all folders but app/ I have to talk to the people at yeoman to see the best practice to have npm include other directories

Again thanks for posting the issue... Hopefully we can get this fix pushed by tomorrow On Apr 10, 2014 12:28 AM, "dc" notifications@github.com wrote:

it just generates the index.html page again

famtest> yo famous:view top

 _-----_
|       |
|--(o)--|   .--------------------------.

---------´ | Welcome to Yeoman, | ( _´U_ ) | ladies and gentlemen! | /_A_\ '__' | ~ | '._.'__ ´ |° ´ Y

You're using the fantastic Famo.us generator. identical README.md identical package.json identical bower.json identical Gruntfile.js conflict app/index.html [?] Overwrite app/index.html? overwrite force app/index.html identical app/content/images/famous_symbol_transparent.png identical app/styles/app.css identical app/src/requireConfig.js identical app/src/main.js identical .editorconfig identical .bowerrc identical .eslintrc identical .jscsrc identical .gitignore

I'm all done. Running bower install & npm install for you to install the required dependencies. If this fails, try running the command yourself.

Reply to this email directly or view it on GitHubhttps://github.com/Famous/generator-famous/issues/3 .

MylesBorins commented 10 years ago

Fixed by #7