Commit Graph

9233 Commits (df177cfde6d08dd95f93f0432ad8de680a4b7f59)

Author SHA1 Message Date
mjsiu df177cfde6 replace blue with true dodger blue
change colors to be true dodger blue hex value in instructions
2016-08-27 18:23:50 -07:00
Jonathan 73ae1b1fe3 Merge pull request #10037 from FreeCodeCamp/greenkeeper-gulp-uglify-2.0.0
Update gulp-uglify to version 2.0.0 🚀
2016-08-26 00:51:13 +01:00
Mrugesh Mohapatra 70afc1bcb2 Merge pull request #10251 from BKinahan/fix/escape-sequences-output
Remove JSON.stringify() call in Escape Sequences tail
2016-08-23 19:56:43 +05:30
Mrugesh Mohapatra 5f8e539b76 Merge pull request #10286 from AndrewGHC/fix/endsWith-passes-without-semicolon
Fixed regex test against using the .endsWith() method
2016-08-22 10:59:32 +05:30
Mrugesh Mohapatra f5b9bd97e1 Merge pull request #10288 from 03aliz/fix/Update-Exact-Change
Add a reference table to Exact Change challenge
2016-08-22 00:55:11 +05:30
Quincy Larson 0ef48a51c8 Merge pull request #10270 from BerkeleyTrue/feature/babel-transform
Feature(challenges): Run user js code through babel
2016-08-20 21:20:58 -07:00
Zubair Ali cba1d760a7 Add a reference table to Exact Change challenge
This commit adds a reference table to the Exact-Change challenge.
2016-08-20 13:45:38 +01:00
AndrewGHC 3fdef4922f Fixed regex test against using the .endsWith() method in challenge 'Confirm the Ending' 2016-08-20 11:33:07 +02:00
Jonathan 1758960ceb Merge pull request #10283 from QuincyLarson/fix/remove-old-wiki-links
fix reference to old wiki
2016-08-20 10:21:18 +01:00
Quincy Larson 76a3f3c217 fix reference to old wiki 2016-08-19 21:27:35 -07:00
Berkeley Martinez 7d6250e8af Feature(challenges): Run user js code through babel
This is a naive implementation.
Ideally we would detect the users environment
and dynamically load only the appropriate plugins
2016-08-18 18:23:44 -07:00
BKinahan db1725ef31 Remove JSON.stringify() call in Escape Sequences tail 2016-08-17 17:13:07 +00:00
Berkeley Martinez bfbe7214cc Merge pull request #10237 from raisedadead/fix/travis-ci-speedup
fix(travis-ci): Speed up the build for TravisCI
2016-08-17 09:09:21 -07:00
Mrugesh Mohapatra d53a173e26 Merge pull request #10249 from karanjthakkar/fix/contrib-guide
Update contribution guideline
2016-08-17 16:41:39 +05:30
Karan Thakkar d25281ea18
Update contribution guideline 2016-08-17 16:29:39 +05:30
Jonathan bbec363ab0 Merge pull request #10246 from oalhait/fix/ExactChangeTestClarification
Made Exact Change Insufficient Funds condition easier to understand
2016-08-17 10:45:47 +01:00
Omar 0a7ed88098 Made Exact Change Insufficient Funds condition easier to understand 2016-08-16 19:59:34 -07:00
Jonathan 4041a1aa1a Merge pull request #10225 from oalhait/fix/CountingCardsClarification
Clarified Counting Cards challenge by removing unnecessary/confusing …
2016-08-17 00:38:52 +01:00
Berkeley Martinez 3bacb35e7c Merge pull request #10208 from BKinahan/fix/add-animate-css
Add animate.css to relevant jQuery challenges
2016-08-16 16:33:19 -07:00
Berkeley Martinez 2552d2ecdf Merge pull request #10242 from FreeCodeCamp/snyk-fix-10c233fa
[Snyk] Fix for 2 vulnerable dependency paths
2016-08-16 15:44:30 -07:00
snyk-bot d3eb0dc05b fix: package.json & .snyk to reduce vulnerabilities 2016-08-16 21:48:25 +00:00
Eric Leung 8d4b8c539e Merge pull request #10236 from raisedadead/fix/contributing-to-fcc
fix(contributing-guide): Update guidelines
2016-08-16 09:59:06 -07:00
Mrugesh Mohapatra 95db97599f fix(contributing-guide): Update guidelines 2016-08-16 16:52:16 +00:00
Mrugesh Mohapatra 12e75058e0 fix(travis-ci): Speed up the build for TravisCI
This commit speeds up the builds by upto 3 times than the current.
It uses npm 3 over npm 2 (travis default), and caches the
dependencies.

This is okay, because our prime two testing areas are, linting and
tests for the challenges.

NOTE: The speed up should happen from the second build,
as it will take atleast one build to cache the dependencies.
2016-08-16 12:30:43 +00:00
Jonathan da73a7877b Merge pull request #10230 from Locheed/fix/editing-FAQ-question
Added a medium story link to FAQ
2016-08-16 11:01:30 +01:00
Mika Vesasto 1d7d9aabe6 Added a medium story link to FAQ 2016-08-16 10:18:01 +03:00
Eric Leung 96f7a53157 Merge pull request #10223 from alanbares/feature/add-question-to-faq
Add question to faq about fast tracking non-camper students to nonpro…
2016-08-15 21:45:45 -07:00
Eric Leung 40533db0c8 Merge pull request #10207 from dhcodes/fix/allow-spaces-nested-objects-test
Update regex test to allow spaces flanking key in nested objects chal…
2016-08-15 21:34:17 -07:00
Omar c8231d7577 Clarified Counting Cards challenge by removing unnecessary/confusing quotes 2016-08-15 18:47:50 -07:00
alanbares b00b7dd3d2 Add question to faq about fast tracking non-camper students to nonprofit projects 2016-08-15 16:16:45 -07:00
Dylan 7f2b0dafb4 Update regex test to allow spaces flanking key in nested objects challenge 2016-08-14 14:35:44 -05:00
BKinahan 1a9555576b Add animate.css to relevant jQuery challenges 2016-08-14 18:53:12 +00:00
Brendan Kinahan 2574431fc2 Merge pull request #10204 from Deborah-Digges/fix/padding-wording
Make wording for padding a little clearer
2016-08-14 13:39:20 +00:00
Deborah Digges 15bb696cb0 Make wording for padding a little clearer 2016-08-14 18:16:45 +05:30
Jonathan 9cf432c1cb Merge branch 'staging' into greenkeeper-gulp-uglify-2.0.0 2016-08-14 10:08:30 +01:00
Brendan Kinahan 2cf0c38ac7 Merge pull request #10197 from Pat-Ayres/fix/reword-sentence-in-small-common-multiple
Reword Sentence in Smallest Common Multiple
2016-08-13 20:48:25 +00:00
Patrick Ayres 9968b7b5ae Reword Sentence in Smallest Common Multiple 2016-08-13 14:58:05 -04:00
Jonathan 8194941f4e Merge pull request #10195 from raisedadead/fix/text-and-typos
fix(challenges): typos and verbiage in previous fixes
2016-08-13 19:02:58 +01:00
Mrugesh Mohapatra f9fb9f21b0 fix(challenges): typos and verbiage in previous fixes 2016-08-13 22:47:44 +05:30
Mrugesh Mohapatra e32989cf88 Merge pull request #10147 from Manish-Giri/fix/update-instructions-in-make-dead-links-challenge
Update instructions for href attribute in make dead links challenge
2016-08-13 22:29:59 +05:30
Mrugesh Mohapatra e532120a83 Merge pull request #10172 from mtroiani/fix/word-blanks-challenge-desc
Update Instructions for Word Blanks Challenge
2016-08-13 22:28:03 +05:30
Mrugesh Mohapatra 4ab8d18350 Merge pull request #10178 from BKinahan/fix/slasher-flick
Swap Slasher Flick with more difficult challenge
2016-08-13 21:37:12 +05:30
Mrugesh Mohapatra 1db9fadfb5 Merge pull request #10184 from BerkeleyTrue/fix/update-challenge-lang
Fix(lang): update challenge lang on user lang change
2016-08-13 21:36:02 +05:30
Mrugesh Mohapatra 914e9f4b33 Merge pull request #10181 from BerkeleyTrue/fix/user-sensitive-routes
Fix(routes): user sensitive routes redirect to map
2016-08-13 21:27:45 +05:30
Mrugesh Mohapatra 8ba93819d0 Merge pull request #9529 from erictleung/fix/update-regex-check-for-var-init
Relax test regex checking other var initialization
2016-08-13 20:23:47 +05:30
Mrugesh Mohapatra 2dc412e715 Merge pull request #10119 from dhcodes/fix/accept-span-class-for-icons
Modify tests and instructions to accept span for icon tag
2016-08-13 19:25:02 +05:30
Brendan Kinahan b9b0233475 Merge pull request #10190 from victicdin/fix/spelling
Fix missing apostrophe in Add Images to your Website
2016-08-13 11:48:35 +00:00
victicdin bba6838dee Fix missing apostrophe. 2016-08-13 07:05:17 -04:00
Brendan Kinahan 3ff5e760c8 Merge pull request #10188 from Jonib3k/fix/link-pig-latin
fixed wiki link in Pig Latin
2016-08-13 09:25:24 +00:00
Jonib3k 9a7221b958 fixed wiki link 2016-08-13 12:46:10 +05:00