Skip to content

Commit

Permalink
removed .idea folder from git
Browse files Browse the repository at this point in the history
  • Loading branch information
ramazanpolat committed Sep 26, 2017
1 parent e79afad commit 9665027
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ So any view rendered using this layout will be reloaded.

# Notes

If your there are additional folders you want to be ignored by superviser(maybe files or folders generated by your IDE), go to package.json file and change this line:
If there are additional folders you want to be ignored by superviser(maybe files or folders generated by your IDE), go to package.json file and change this line:

"live": "supervisor -i .idea,cmake-build-debug,.git bin/www.js"

Expand Down
1 change: 1 addition & 0 deletions views/index.hbs
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
<h1>{{title}}</h1>
<p>Let's try new things with: {{title}}</p>

4 changes: 2 additions & 2 deletions views/layout.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
});
/**
* This code is more efficient you can use this too instead of above.
* This code is more efficient, you can use this too instead of above.
* But it makes browser stop displaying page if the server goes down.
io(window.location.host).on('disconnect', function(){
location.reload();
});*/
Expand Down

0 comments on commit 9665027

Please sign in to comment.