Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from upstream repo 1egoman/funnies #1

Open
wants to merge 125 commits into
base: master
Choose a base branch
from

Conversation

backstroke-bot
Copy link

Hello!
The remote 1egoman/funnies has some new changes that aren't in this fork.

So, here they are, ready to be merged! 🎉

If this pull request can be merged without conflict, you can publish your software
with these new changes. Otherwise, if you have merge conflicts, this
is the place to fix them.

Have fun! 👋

From,
🏊 Your Neighborly Backstroke Bot


PS. Hey, there's a new version of Backstroke available. If you'd like to configure repo-to-repo syncing or sync to all forks, check it out here.

1egoman and others added 30 commits September 27, 2016 07:14
* Remove node_modules path from npm run scripts

* Add entry file for browserify task
* code: test on node 5 and 6 now

* Add funnies

* Adding more funny funnies! (#8)

* Contributed some funny lines. (#12)

* Add funnies
* code: add uglify to the build, and rebuild

* code: rebuild one more time

* Create .npmingore

* Delete .npmingore
added some funnies
* new funny added

* Update funnies.js

removed merge conflict
Add more phrases
* updated with some phrases

* updated with deleted phrases

* Conflict resolved

* another conflict resolved

* conflict
* Added few funny quotes..

* missing comma
* add babel presets

* add simple gulpfile

Includes babel transpiling, uglifying, and bundling of JS.

* add separate gulp task for production

* Add envify

Add envify to remove the development code from React

* change prod bundle name

* make gulpfile more DRY

* change build script to run gulp production task

* add missing semicolon

* change output name to funnies

* add babel task

* change default task

Running the default gulp task now does the following:

- Transpiles the source code using Babel and drops it into the dist
directory
so that require works (gulp babel)
- Creates an unmified dev version of the bundle  (gulp dev)
- Creates a minified, production version of the bundle (gulp prod)

Development version of bundle is called funnies.dev.js so that it does
not conflict with the funnies data.

* update gulp-babel; add vinyl-source-stream

* delete release script

Update build script and delete release script since everything can now
be done with the default Gulp task.

* remove fs

Remove fs since it's no longer used.
* another funny line ✨

* Comma
- Adding some random quotes from IT Crowd
lhphan and others added 30 commits October 3, 2017 17:35
* add funny phrase

* Added funny - line 214
* Update funnies.js

* Update funnies.js
* added more funnies

* Update funnies.js
Added a new entry to improve product. :)
* Add some "jokes"

* Made joke funnier!

* Reverse accidental change of double- to singel-quotes
* fixed typo line 216

* Typo line 188

* Typo line 101

* duplicate -- lines 81 and 86 (removed 86)
At some point along the line, funnies ended up unintentionally requiring a dependency on react.
Break out the react-only code into it's own module.
Because you can't have enough of Chuck Norris
* fix: add node v12 to ci tests, update version of react

* dist: update built docs bundle

* fix: update gulp to v4 so that it works on node v12
* Added more phrases

added four.

* Added more phrases

Added more phrases.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.