Commit Graph

14 Commits

Author SHA1 Message Date
Berkeley Martinez
b5d9ba1a4d Fix background on list items 2016-01-15 04:51:11 -08:00
Quincy Larson
1e5f3dc61c refactor map view and make buttons and text bigger 2016-01-15 04:49:46 -08:00
Quincy Larson
3105dda128 fix seeding errors and remove meet-bonfire from certification requirements 2016-01-15 04:46:20 -08:00
Berkeley Martinez
7187ae1841 Fix btn success color 2016-01-15 04:36:15 -08:00
Berkeley Martinez
b4a63f799a Change buttons to ghost type 2016-01-15 04:36:15 -08:00
Berkeley Martinez
b7c071bcfb Fix btn success color 2016-01-15 04:14:38 -08:00
Berkeley Martinez
1661550c68 Change buttons to ghost type 2016-01-15 04:14:38 -08:00
Quincy Larson
f410a94b54 Update 2016-01-15 04:10:16 -08:00
Quincy Larson
7eefcb0705 more redesign work on challenge views 2016-01-15 04:10:16 -08:00
Quincy Larson
7e481833cd Revert "make navbar brown again"
This reverts commit 18224e14f7b9ee356450bae54959b770c5ec4c7c.
2016-01-15 04:09:57 -08:00
Quincy Larson
345b0a5513 make navbar brown again 2016-01-15 04:09:57 -08:00
Quincy Larson
4101a6c34a start simplifying views 2016-01-15 04:09:57 -08:00
Quincy Larson
953df6826b fix merge conflicts 2015-09-14 00:02:42 -07:00
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