c0eda90eb1
make production future ready
...
This commit does the following:
Production start should use the following command `npm run
start-producion` this first runs bower install and builds the front end
app(react). Then it will use the `pm2Start` script. This script will set
up the pm2 daemons to run loopback in cluster mode. This script also use
`production-start` script instead of the regular `server` script.
The reasons are two fold: to ensure `server` is run in es7 mode, and to
wait for handshake from DB or kill itself if no DB can be found within a
certain amount of time.
2015-07-24 22:27:52 -07:00
00b81f408b
remove babel/register from pm2 script start
...
does not work
2015-07-24 22:27:52 -07:00
9a236d1ec7
render user picture and mobile nav
2015-07-24 22:27:52 -07:00
81b1c81b51
use desctructing and assignment to rename instance
2015-07-24 22:27:52 -07:00
a1a4ac883d
add user stores/actions
...
construct fetchr on every request
2015-07-24 22:27:52 -07:00
77a0a82118
Merge pull request #1376 from FreeCodeCamp/js-curriculum
...
Js curriculum
2015-07-25 00:09:36 +01:00
37d5efed4e
Merge branch 'staging' into js-curriculum
...
Conflicts:
seed/challenges/basic-javascript.json
2015-07-24 16:08:45 -07:00
b67a6b2b72
Merge branch 'js-curriculum' of github.com:FreeCodeCamp/freecodecamp into js-curriculum
...
Conflicts:
seed/challenges/basic-javascript.json
2015-07-24 16:04:26 -07:00
1e76ea1842
Merge branch 'benmcmahon100-js-curriculum' into js-ct push origin js-curriculum:urriculum
2015-07-24 16:02:43 -07:00
ea26455c4c
Merge branch 'js-curriculum' of https://github.com/benmcmahon100/freecodecamp into benmcmahon100-js-curriculum
...
Conflicts:
seed/challenges/basic-javascript.json
2015-07-24 15:59:37 -07:00
25d01f1b7b
Add pm2 to dev deps
2015-07-23 23:29:35 -07:00
f1e39ac744
fix nav bar drop down menu
2015-07-23 22:59:22 -07:00
890bd8cd9c
additional refactor of HTML challenges
2015-07-23 22:24:51 -07:00
efa5d769c2
QA first dozen html challenges
2015-07-23 18:44:16 -07:00
a24ef288b4
Ready Js Curriculum
...
Added Regex, Random Numbers and If else Challenges
2015-07-24 00:38:13 +01:00
ead5c19d6e
Ready JavaScript Curriculum
2015-07-24 00:35:50 +01:00
01c72656c8
fix 'id' not _id.
...
fix spacing after semi colon
2015-07-23 16:14:45 -07:00
f3508db401
fix lint error
2015-07-23 16:03:52 -07:00
e88b5a81c4
on question complete, ping /completed-challenges
2015-07-23 16:03:52 -07:00
6de5ad682e
Get rid of uncompletedChallenges on user object
2015-07-23 16:03:52 -07:00
eb0dc42089
rename ajax$ to remove special characters
2015-07-23 16:03:51 -07:00
0ef87cc040
adds postJSON method
2015-07-23 16:03:51 -07:00
48c2304ff2
update body-parser
2015-07-23 16:03:51 -07:00
5f52498dc1
lint user file
2015-07-23 16:03:51 -07:00
e22cd5da23
correct answer hits server
2015-07-23 16:03:51 -07:00
9485bdd20a
add question header
2015-07-23 16:03:51 -07:00
b38f9baa3c
turn down dampness and spring constant
2015-07-23 16:03:51 -07:00
02f5e49909
touch move works
2015-07-23 16:03:51 -07:00
3dfeaadba0
update zipline copy with CodePen override warning
2015-07-23 16:03:51 -07:00
bc3787fdfc
Add transition between questions
2015-07-23 16:03:51 -07:00
89bd18a387
reset info on router transition
2015-07-23 16:03:51 -07:00
81d1c25639
use inline source maps
2015-07-23 16:03:50 -07:00
c3ce578a26
moving question to right answers true
...
moving question to left answer false
2015-07-23 16:03:50 -07:00
524b59828c
release question on mouseLeave
2015-07-23 16:03:50 -07:00
52b0391d15
fix should be mixins plural
2015-07-23 16:03:50 -07:00
b507aecc97
bump thundercats-react
2015-07-23 16:03:50 -07:00
bf64beed5d
Hide body overflow
2015-07-23 16:03:50 -07:00
fa97111f00
bump thundercats
2015-07-23 16:03:50 -07:00
35193f22cc
click drag question
2015-07-23 16:03:50 -07:00
9a73d20d5a
shake on wrong answer
2015-07-23 16:03:50 -07:00
2ceef5f0f6
remove last binding methods
2015-07-23 16:03:50 -07:00
50fce52261
remove bind methods
2015-07-23 16:03:50 -07:00
fe3b983347
remove react-stampit
2015-07-23 16:03:49 -07:00
f735572b6e
Go back to map when no more hikes are found
2015-07-23 16:03:49 -07:00
47901a9b0a
add missing false in hikes challenge
2015-07-23 16:03:49 -07:00
be6d2a2dfc
refetch on param changes
2015-07-23 16:03:49 -07:00
3ce53441f0
bump thundercats-react
2015-07-23 16:03:49 -07:00
b0e3cfd028
fix copy array because .reverse mutates!
2015-07-23 16:03:49 -07:00
cafd18a5ec
return currentHike on load
2015-07-23 16:03:49 -07:00
b945fc94a4
Move flux contianer to top level hike comp
...
Removes all the lower level hikes
Finishing questions takes you to next hike
BUG: sometimes it takes you an incorrect next challenge
2015-07-23 16:03:49 -07:00