Skip to content

Commit

Permalink
Rename template index.htm to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
cironunes committed Nov 18, 2013
1 parent 51017d4 commit fa051a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/index.js
Expand Up @@ -96,5 +96,5 @@ AppGenerator.prototype.docs = function docs() {
AppGenerator.prototype.app = function app() {
this.directory('app', 'app');
this.directory('test', 'test');
this.template('index.htm', 'index.htm');
this.template('index.html', 'index.html');
};
4 changes: 2 additions & 2 deletions app/templates/README.md
Expand Up @@ -23,7 +23,7 @@ build and run this app, such as [grunt](http://gruntjs.com),

You can run your app using `grunt preview`. This will start a
server on `localhost:8000`, meaning you can simply go to the
url [localhost:8000/index.htm](http://localhost:8000/index.htm)
url [localhost:8000](http://localhost:8000)
while it's running.

If you'd like to run the compiled version, run
Expand All @@ -43,7 +43,7 @@ creating `/dist/require.js`.
## Working with the scaffolded app

There's just enough to in place to get you going. Go ahead
and make your changes to `index.htm`. You'll start your
and make your changes to `index.html`. You'll start your
javascript work in `app/main.js` by requiring your first
modules. Past that, well, the world is your oyster.

Expand Down
File renamed without changes.

0 comments on commit fa051a9

Please sign in to comment.