• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

minimalchat / client / 54
56%

Build:
DEFAULT BRANCH: master
Ran 05 Jan 2017 12:02AM UTC
Jobs 1
Files 3
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
54

push

travis-ci

mihok
Feat/webpacking (#5)

* set up webpack.

This minimal webpack config allows es6 imports / exports (as far as I can tell)

It also spits out a compiled "scripts" bundle into the `dist` folder. This can be changed easily.

The command to get webpack running is currently: `npm run dev`

There is a possibility of using webpack-dev-server to enable hot reloading, but I'm not sure that makes sense since the app doesn't actually have an index.html as far as I can tell.

### resources ###
webpack reference came from  - webpack base config from: https://gist.github.com/learncodeacademy/25092d8f1daf5e4a6fd3

video I watched for getting some insight - video reference: https://www.youtube.com/watch?v=9kJVYpOqcVU

* Move JSS styles into a seperate file

The jss is now being spit out in the final dist/scripts.js file, but this is untested.

* Use already existing script.jsx for webpack entry + linting.

I removed the unecessary index.js file -- I originally used this thinking that I need to have some kind of "parent" level file that just handled imports and sent it off to webpack -- but on PR review, it makes more sense to use the scripts.jsx (already existing)

I also did some linting and watched some tests go green!

152 of 187 relevant lines covered (81.28%)

1.97 hits per line

Jobs
ID Job ID Ran Files Coverage
1 54.1 05 Jan 2017 12:02AM UTC 0
81.28
Travis Job 54.1
Source Files on build 54
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #54
  • a1db6c58 on github
  • Prev Build on master (#47)
  • Next Build on master
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc