Commit Graph

86 Commits (97c43cb680ff8524763e37ea3fa3e2f204915f17)

Author SHA1 Message Date
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 956808ecd7 make manifest modifying tasks linear
Fix for malformed manifest file
2015-08-27 10:22:27 -07:00
Berkeley Martinez a975c0d1f1 fix add watch for js/dependents 2015-08-27 00:01:50 -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 b3d66e1ae0 add json lint gulp task 2015-08-24 16:19:34 -07:00
Berkeley Martinez e36dd9970a fix rx long stack trace support 2015-08-12 11:47:03 -07:00
Berkeley Martinez 8ded4558cf add back path join in gulpfile
DO NOT REMOVE
2015-08-01 12:28:31 -07:00
benmcmahon100 5209758583 urgent fix 2015-08-01 19:34:20 +01:00
benmcmahon100 13bb5df68d Added extra regex moving on to fix scroller without those new images 2015-08-01 19:14:30 +01:00
Berkeley Martinez 0c2e45acc3 fix path for windows machines 2015-07-31 20:31:42 -07:00
Berkeley Martinez 7683e33d5d fix add webpack options in gulp file to watch task 2015-07-26 22:05:12 -07:00
Berkeley Martinez 998ed7b5fe fix es6 bug in gulpfile 2015-07-25 15:08:44 -07:00
Berkeley Martinez 4bacd87943 add react build script 2015-07-25 09:02:56 -07:00
Berkeley Martinez 38cb4b2873 remove loopback client files 2015-07-25 08:51:41 -07:00
Berkeley Martinez 639f85c580 Add modal on correct answer 2015-07-23 16:03:48 -07:00
Berkeley Martinez f9addb14b4 restart on bundle complete 2015-07-23 15:49:03 -07:00
Berkeley Martinez 15c2ec42ec fix nodemon ignores client directory
fix nodemon acknowledges json
2015-07-23 15:49:02 -07:00
Berkeley Martinez bb37583c90 fix should be getChildRoutes
fix fromNodeCallback returns array of values from callback
fix remove require.ensure - needs to be tested
2015-07-23 15:49:01 -07:00
Berkeley Martinez 07fc22f86a add webpack configs and gulp webpack build tasks 2015-07-23 15:49:00 -07:00
Berkeley Martinez c33c6c9a8f introduce es6 and babel to whole app 2015-07-23 15:49:00 -07:00
Berkeley Martinez a5e7009a57 initial react app(WIP) 2015-07-23 15:49:00 -07:00
Berkeley Martinez 412bd634d5 add loopback bundle generation methods 2015-07-23 15:48:59 -07:00
Berkeley Martinez a788d2954d add hacked loopback version
this version avoids cheking indexOf on falsey values
2015-06-16 14:53:18 -07:00
Quincy Larson 2cb0a3d717 futher improve calculator ux 2015-06-16 12:32:12 -07:00
terakilobyte 320d84c3c1 Make bower automatic, add gulp build task to build less file into css 2015-06-12 23:31:42 -04:00
Berkeley Martinez d01a48a8c3 Allow debug to be set at runtime for gulp 2015-06-10 17:11:56 -07:00
Berkeley Martinez 7643f1cabe fix FCC running using router syntax 2015-06-01 17:01:54 -07:00
terakilobyte d9c3251f94 Begin shaping codebase for loopback migration. 2015-06-01 18:30:43 -04:00
Quincy Larson cc90d97bdb add code of conduct 2015-05-09 18:36:21 -07:00
terakilobyte b9372b9af6 Resolve merge conflicts using Webstorm's merge integration tool. v2 2015-04-17 00:39:48 -04:00
terakilobyte 6341b1158b add eslint task to gulp to let us know how we need to write better code 2015-04-15 18:20:20 -04:00
Nathan Leniz 00dfdb2e1e More layout improvements, adding in contextual icons for test success/failure and styling font of test output 2015-01-25 15:22:21 -05:00
Michael Q Larson 20475ffcc4 reduce delay on gulp 2014-12-23 14:05:23 -08:00
Berkeley Martinez 86fcfe8296 Major refactor. Add error handlers everywhere. 2014-12-23 08:48:28 -08:00
Michael Q Larson 6ed5c5e8e0 add git gulp and browser-sync which still is not working properly 2014-12-22 13:38:48 -08:00
Michael Q Larson a5985cd73d start building out views 2014-10-13 14:14:51 -07:00