Commit Graph

29 Commits (61ffb55a3df1e825ae9830d121e41c6a302ea9fd)

Author SHA1 Message Date
Berkeley Martinez 0dfa11ca99 remove all manifest files from tracking
add readme explaining empty directory
2015-08-28 16:39:14 -07:00
Berkeley Martinez 6c48395868 separate main manifest generation from sub manifests
in dev mode always pull manifest on each request
add manifest build to gulp build task
add react bundle to manifest generation
2015-08-28 15:56:58 -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
Berkeley Martinez c85358ddcb ignore bundled files 2015-07-23 15:49:00 -07:00
Quincy Larson 1df962bb07 Merge branch 'master' into staging
Conflicts:
	controllers/resources.js
	public/js/main_0.0.2.js
	seed/challenges/advanced-bonfires.json
	seed/challenges/basic-bonfires.json
	seed/challenges/get-set-for-free-code-camp.json
	server/views/partials/navbar.jade
2015-06-24 07:19:54 -07:00
Quincy Larson 1a502b1696 hotfix for production gitter change 2015-06-20 23:00:19 -07:00
terakilobyte 63641a141b Update .gitignore to ignore .remote-sync.json file 2015-06-17 12:43:30 -04:00
Berkeley Martinez ef55a4128b remove coverage from tracking.
closes #900
2015-06-15 15:06:15 -07:00
Berkeley Martinez e8a2060e60 add eslintignore 2015-06-02 13:52:13 -07:00
terakilobyte 87c6f324a8 Update .gitignore file 2015-05-04 17:03:05 -04:00
Quincy Larson 289a757401 fix moment and update .gitignore 2015-05-03 16:55:25 -07:00
Quincy Larson ca1121b721 remove Saturday Summit announcement modal 2015-05-03 16:49:05 -07:00
terakilobyte e7371b0a7b Configure for production on DO. 2015-04-24 19:11:17 -04:00
Michael Q Larson f3f6d0d16e update title for portfolio views and add public/js/bundle.js to gitignore 2015-03-17 10:06:17 -07:00
Nathan Leniz 4b84b49d07 Added start of individual post view and post lists view, wired upvoting functionality for individual posts 2015-03-03 22:03:33 +09:00
Nathan Leniz 11459d3763 Adding floobits ignore information 2015-02-07 23:29:27 -05:00
webdev adac5f6352 Work on bonfire and make better .jshintrc files 2015-01-16 18:58:27 -05:00
Berkeley Martinez 3122c6a61c Move keys into .env and remove from repo
Use keys in local .env during dev.
2014-12-22 14:06:24 -08:00
Michael Q Larson 4a36e58756 allow access to both production and development databases 2014-10-15 15:57:51 -07:00
Sahat Yalkabov e39fafb653 Update .gitignore 2014-05-01 03:16:03 -04:00
Ross Wilson 9fc7407cf3 Corrected buildAssets to builtAssets directory in .gitignore file 2014-03-12 00:41:45 +00:00
Sahat Yalkabov 346913b4ae Ignore buildAssets folder created by connect-assets 2014-02-03 08:38:07 -05:00
Sahat Yalkabov 5acecc7e6d Ignore compiled styles.css 2014-02-03 08:27:58 -05:00
Sahat Yalkabov 462615a8c1 Added IntellIJ iml file to gitignore
Added missing connect-flash package
2013-12-05 09:51:05 -05:00
Sahat Yalkabov 26ddda1c0a Cleanup and refactoring 2013-11-15 11:13:21 -05:00
Sahat Yalkabov a6ab977396 Handle bootstrap, jquery and angular via Bower 2013-11-14 00:33:44 -05:00
Sahat Yalkabov 56eb0e4e73 converted all auth functions to use mongoose 2013-11-14 00:15:52 -05:00
Sahat Yalkabov 276673cc47 Ignore IDEA 2013-11-13 12:31:59 -05:00
Sahat Yalkabov 7a80dfe168 Initial commit 2013-11-13 09:24:12 -08:00