freeCodeCamp/server/views
Berkeley Martinez 306c441ae7 add revisioning to js/css files to break caching
This moves the location of javascript files, commonFramework,
iFrameScript, sandbox, plugin, and all the less files.
On gulp or gulp build these files are moved and revisioned.
Places where they are references in jade/html are now removed and
replaced with the use of a helper function `rev`. This function will
take the required file and return a string referencing the revisioned
file. This should alleviate the need for hard refreshing and will break
caches when files change, so fixes for firefox caching issue as well.

NOTE: @benmcmahon @quincylarson, This means files will need to be build
on the server in production before doing a server restart/reload
In production: 'npm run build' To build and revision js/css files

`gulp` and `gulp build` will used in development

npm install also needs to be run in production on initial deploy
2015-08-26 23:30:33 -07:00
..
account Consistently capitalize GitHub in the account settings text 2015-08-23 13:52:14 +01:00
challengeMap remove server maintenance warnings 2015-08-18 23:48:31 -07:00
coursewares add revisioning to js/css files to break caching 2015-08-26 23:30:33 -07:00
nonprofits update emails and refine sponsor view 2015-06-25 23:35:48 -07:00
partials add revisioning to js/css files to break caching 2015-08-26 23:30:33 -07:00
resources Merge pull request #2691 from QuincyLarson/alt-text 2015-08-25 15:21:44 -07:00
sponsors update emails and refine sponsor view 2015-06-25 23:35:48 -07:00
stories Fixes info buttons' text in Camper News search results 2015-08-22 17:11:44 +04:00
home.jade remove server maintenance warnings 2015-08-18 23:48:31 -07:00
layout-react.jade set and render page title 2015-07-29 10:18:06 -07:00
layout-wide.jade move refactor all non-jquery JS to load last 2015-08-16 13:49:43 -07:00
layout.jade move refactor all non-jquery JS to load last 2015-08-16 13:49:43 -07:00
redirect-https.jade add redirect for https 2015-07-01 14:35:15 -07:00