How do I make yeoman reload bla.html instead of index.html -


when change made html file in root, yeoman fires reload task, but, yeoman http://localhost:3501/index.html. how let yeoman know wanna reload http://localhost:3501/bla.html ?

maybe gruntgile.js configurations?

yeoman 1.0 no problems, it's pretty easy install. here quick guide:

  1. make sure have node installed npm
  2. uninstall old version of grunt
  3. install requirements npm this: npm install -g yo grunt-cli bower
  4. you have need, can run yo confirm have correct version installed.

there lot less dependencies, moved per-project-basic.

you can read lot more on website here http://yeoman.io make sure read migration guide.

note: wiki says not work on windows, not case anymore, run windows 7 , works charm.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -