Commit Graph

60 Commits

Author SHA1 Message Date
Quincy Larson
676ef0e253 finish qa-ing removal of angular 2015-12-04 19:21:19 -06:00
Berkeley Martinez
9c97f90f66 Add source map profiling to all files 2015-12-02 23:19:02 -08:00
Berkeley Martinez
3a299daa37 Add loop-protect
Remove webworkers
2015-12-02 11:50:52 -08:00
Logan Tegman
66e01e683d Fix Codemirror Emmet Plugin Support 2015-12-01 14:50:45 -08:00
Berkeley Martinez
ce37991c50 Remove console.logs 2015-11-29 16:28:32 -08:00
Berkeley Martinez
eec7fff909 Fix jQuery challenges 2015-11-29 16:28:32 -08:00
Berkeley Martinez
74fa49cd75 Reset and execute update display and storage 2015-11-29 16:27:14 -08:00
Berkeley Martinez
4bdf1b2854 Add gulp build of commonFramework 2015-11-29 16:27:14 -08:00
Berkeley Martinez
748f7ab93f Progress towards refactoring 2015-11-29 16:21:04 -08:00
Berkeley Martinez
545e545f51 Fix for manifest not updating on initial build 2015-11-29 16:21:04 -08:00
Berkeley Martinez
0a46dc16a6 Fix for vendor files not working correctly with manifest 2015-11-29 16:21:04 -08:00
Berkeley Martinez
87fa38182e bundle vendor files 2015-11-29 16:20:17 -08:00
Berkeley Martinez
c71636b629 Minify react in production 2015-11-22 20:26:44 -08:00
Berkeley Martinez
533a3f1d58 Don't use es6 in gulpfile 2015-11-09 22:31:31 -08:00
Berkeley Martinez
d095fd5d90 Feature in dev mode always pull from disk 2015-11-09 17:27:56 -08:00
Berkeley Martinez
8087db11f0 Update gulp lint task 2015-11-06 21:12:14 -08:00
Berkeley Martinez
465a3e399c Add identifiers to chat embed divs 2015-10-16 14:00:02 -07:00
Berkeley Martinez
d3f2d603df fix nodemon should ignore seed files 2015-09-21 12:54:33 -07:00
Berkeley Martinez
7741b3065c only delete rev files are development
reved files should not be deleted in production to prevent 404
from those using cached versions
2015-09-10 19:34:40 -07:00
Berkeley Martinez
88d7ca1f48 add rev deletion 2015-09-10 19:01:12 -07:00
Berkeley Martinez
5f3b57dc11 add .jsx ext to nodemon
nodemon will restart when jsx files in common change
2015-09-10 16:27:09 -07:00
Berkeley Martinez
0f11168f40 fix react manifest feedback loop 2015-09-10 16:27:08 -07:00
Berkeley Martinez
70cf48cf7b fix manifest generation during webpack watch
fix gulp debug statements during gulp should always be on
2015-09-10 16:27:08 -07:00
Berkeley Martinez
9b6a709301 fix pack-client should out to correct dir 2015-08-28 16:11:29 -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
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