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

[WorldMoodTracker] Initialized World Mood Tracker app #189

Merged
merged 1 commit into from Jun 16, 2017

Conversation

singhpratyush
Copy link
Member

@singhpratyush singhpratyush commented Jun 16, 2017

Short description

Fixes #188.

Changes:

  • Add Webpack, babel and related configurations
  • Ignore node_modules for sub apps
  • Add missing glyohicons font
  • Ignore dynamic files for coala

Screenshots for the change:

screenshot from 2017-06-16 13 56 23

I have:

  • There is a corresponding issue for this pull request.
  • Mentioned the Issue number in the pull request commit message Fixes #<number> commit message
  • There is only strictly only one commit per issue.

For the reviewers

I have:

  • Reviewed this pull request by an authorized contributor.
  • The reviewer is assigned to the pull request.

@singhpratyush singhpratyush changed the title [WorldMoodTracker] Initialized World Mood Tracker app [WIP] [WorldMoodTracker] Initialized World Mood Tracker app Jun 16, 2017
@singhpratyush singhpratyush force-pushed the world-mood-tracker-init branch 2 times, most recently from 0aa63cd to 3fbdd00 Compare June 16, 2017 09:20
@singhpratyush singhpratyush changed the title [WIP] [WorldMoodTracker] Initialized World Mood Tracker app [WorldMoodTracker] Initialized World Mood Tracker app Jun 16, 2017
@singhpratyush
Copy link
Member Author

@daminisatya @djmgit @kavithaenair: Please review.

Copy link
Member

@djmgit djmgit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@kavithaenair kavithaenair left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what do you say @daminisatya ?

@@ -1,7 +1,7 @@
[default]
bears = LineLengthBear, SpaceConsistencyBear
files = **.js, **.css, **.html, **.yml, **.json
ignore = **.min.js, **.min.css, tweetheatmap/public/lib/**, webtweets/js/bootstrap/**, webtweets/css/bootstrap.css, js/typeahead.bundle.js, webtweets/js/bootstrap.js
ignore = **.min.js, **.min.css, tweetheatmap/public/lib/**, webtweets/js/bootstrap/**, webtweets/css/bootstrap.css, js/typeahead.bundle.js, webtweets/js/bootstrap.js, **/node_modules/**, **/index_bundle.js, WorldMoodTracker/index.html
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

index.html and js files written by you should not be ignored by coala bears i guess.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is not like that. The two files ignored are generated by webpack while the build process.

cd WorldMoodTracker
yarn install  # If not already
yarn build

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh. Okay! 👍

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See here and here.

@@ -20,7 +20,7 @@ use_spaces = True
[js]
bears = PHPCodeSnifferBear
files = **.js
ignore = **.min.js, tweetheatmap/public/lib/**, /app/webtweets/js/bootstrap/**
ignore = **.min.js, tweetheatmap/public/lib/**, /app/webtweets/js/bootstrap/**, **/node_modules/**, **/index_bundle.js
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here as well.

@singhpratyush
Copy link
Member Author

@Achint08 @hemantjadon: Please take a look.

Copy link
Contributor

@hemantjadon hemantjadon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great 😊

Copy link

@Achint08 Achint08 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

* Add Webpack, babel and related configurations
* Ignore node_modules for sub apps
* Add missing glyohicons font
* Ignore dynamic files for coala
Copy link
Member

@daminisatya daminisatya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@singhpratyush thank you for the code!

@daminisatya daminisatya merged commit a90b8d2 into loklak:master Jun 16, 2017
@singhpratyush singhpratyush deleted the world-mood-tracker-init branch June 16, 2017 12:58
@mariobehling
Copy link
Member

Great to see this getting started! Thank you!

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

Successfully merging this pull request may close these issues.

None yet

7 participants