version updates to force browser fetch so buttons works

This commit is contained in:
terakilobyte
2015-05-26 09:14:10 -04:00
parent 6b7ede6e1e
commit 186d320d01
9 changed files with 6 additions and 6 deletions

View File

@@ -110,7 +110,7 @@ Project Structure
| **models**/Challenge.js | Mongoose schema and model for Challenge. |
| **public**/ | Static assets (fonts, css, js, img). |
| **public**/**js**/application.js | Specify client-side JavaScript dependencies. |
| **public**/**js**/main.js | Place your client-side JavaScript here. |
| **public**/**js**/main_0.0.1.js | Place your client-side JavaScript here. |
| **public**/**css**/main.less | Main stylesheet for the app. |
| **views/account**/ | Templates for *login, password reset, signup, profile*. |
| **views/partials**/flash.jade | Error, info and success flash notifications. |