Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/survivejs/reports-boilerplate

Boilerplate for the reports demo
https://github.com/survivejs/reports-boilerplate

Update boilerplate

46ebacec8daffe8e5219eb04e72e4074ab546a0e authored almost 9 years ago
Tidy up configuration

b913df0497e9457473bf440d64777f5d98ee5be2 authored about 9 years ago
Set `BABEL_ENV` to match npm lifecycle event

Without this HMR won't work as the plugin won't get triggered.

71cceec023ce99fba34a99e38467374ea101004d authored about 9 years ago
Drop redundant dependencies

4763ba85f363118f8cacc871aa6ead543f9b4ecc authored about 9 years ago
Use component naming conventions (camelcase)

da43e2d6abb286aa96b85e3ea4e5ddd4e636d320 authored about 9 years ago
Drop replace meta from README

bec1cdd6062fb799ed0a513a2d285144dc60b6d7 authored about 9 years ago
Drop `NamedModulesPlugin`

Too glitchy still. Better avoid for now.

a7bec2e09f97dc7281450d3e0a1dbe794f47d901 authored about 9 years ago
Make build hashing work as you might expect

I.e., if app changes, vendor bundle hash will remain the same and so on.

Related to https://git...

b88afb17d087796aeae1687743b3b7714796417c authored about 9 years ago
Update dependencies

0f7751378ed6738efc9a9d37f6e10417d6f8e674 authored about 9 years ago
Use [name] for output bundle

120a3fad8973ab3e0447f29f0aa355cd73d041aa authored about 9 years ago
Set up ExtractTextPlugin

Now build generates a separate CSS for custom styles.

890aa51d98c7a7becf5ce47ecc255a008272ebf2 authored about 9 years ago
Simplify configuration

4d482c2942b68556708e5017ae0ddd1de06d0fab authored about 9 years ago
Simplify configuration

0acf8c323bd451c1f45bef9f30956df68f666a28 authored about 9 years ago
Set up neat webpack-dev-server configuration

75ec718062d333ca244d2613f588ce5a67507dfa authored about 9 years ago
Update project dependencies

bcea8187fbca0b1c7940179ef5c8793a48099f6c authored about 9 years ago
Update styling

a59454ff74e0b07bf0aab3aec30250eef9b2b45d authored over 9 years ago
application -> Application

1e0b222d4b699161a53d489b3788f72eb7d611b4 authored over 9 years ago
Show pointer cursor on top of table header

30604ce4c58fc45f5bab8c48beedae80b58d8871 authored over 9 years ago
Set up minimal css

7be1e2e8794647bbfbd8e159d5bc7658d40cf1f8 authored over 9 years ago
Use `dev-server` instead of `only-dev-server`

This way we should get a refresh even if there's some weird failure.

f4c7f2ad06337a6b5f1cdd66ad3b3a79e0908131 authored over 9 years ago
Drop .editorconfig

No need for this here.

3e8832f3af42e988b871f4f3629e721120c7b580 authored over 9 years ago
Drop redundant configuration and files

c981189e80677cc759534cd633abdd26e5f41287 authored over 9 years ago
Port to ES6 module format

2571aea7894459ff4a1c97a7b8512ffe61d54ec2 authored over 9 years ago
Update dependencies

e20acf733ea5c458d8ba0d72c3f1597ec4d5719a authored over 9 years ago
Clean gh-pages directory before building

6bc0f83841aec7ca524108078194afab59443411 authored over 9 years ago
Get rid of the env requirement

Now it's nice and cross-platform. It figures out configuration branch
based on npm script being ...

5c7df2c9ca1f2ef2a99bf75adfd0b91e25ab8dd2 authored over 9 years ago
Fix indentation

d74ee298a4665d4b9438798ec7994adc875ffa99 authored over 9 years ago
Drop JSCS

ESLint is good enough.

6aac995971d0a0c7cb1663e06262e781c1f978ce authored over 9 years ago
Tidy up

098ec4eecb33c68129d0d2afb3ca3ba6444c479b authored over 9 years ago
Drop redundant `publicPath` declaration in dev

By the looks of it this isn't needed during dev mode.

b2427fcc2a702a74b0024d1cbf373360305613a2 authored over 9 years ago
Use 2 space indentation instead of 4

Two is the standard these days.

dd42f3ca99f6b4125454517720599ce0b67a1b75 authored over 9 years ago
Simplify purecss import

d745d0fbf94fe6d1618cfcafed8e81eb0e95f2dd authored over 9 years ago
Replace custom merge with webpack-merge

b9cdaa109bed0483b5625cf1809777e6f00a0164 authored over 9 years ago
Update SurviveJS link

b25a1cbfa6a92fbab306f6580e39ecdf87facfbb authored over 9 years ago
Underscore deploy script

Just to be consistent.

f0a052b1ee2eb248d7b0b2f177b388064aed5f6e authored over 9 years ago
Push dev server to /lib

A little neater this way.

58fcdeee2ed6ad94b5705dec442f74b6658b5b0c authored over 9 years ago
Set up .editorconfig

Discovered at @cesarandreu's web-app repo. Thanks!

7722e49a22b56b0d96daec1d28f0c9ce984a1f0a authored over 9 years ago
Set up .gitattributes

See
https://stackoverflow.com/questions/21472971/what-is-the-purpose-of-text-auto-in-gitattribut...

a2e60378a029cef3f5c7b17e298094802a6acb61 authored over 9 years ago
Avoid rendering demo directly to body

A good practice if nothing else.

e9a4b32ef0ed301c6e749154fa4ed415cc432413 authored over 9 years ago
Eliminate redundant index.html

c8766bbf968db8ad827e82e874c77bdb160812bc authored over 9 years ago
Include `dist-modules` in the repo

Looks like npm needs this to work. Files in .gitignore won't be included
in the published build ...

2700a005ee4fbdf1116726385471bd5fae61a8a9 authored over 9 years ago
Update dependencies

ESlint is up to date again.

2e4241c00c5bd44f6627f160ab51bb23c47d6d9d authored over 9 years ago
Commit generated dist at preversion script

Otherwise `npm version` will fail.

8258487699d861040e5a143b938da92173777246 authored over 9 years ago
Update dependencies

Hit by https://github.com/MoOx/eslint-loader/issues/41. Need to wait for
`eslint-loader` to bump...

ae7bc010db45ece5ac7d32ce66b1b3ccc5182a39 authored over 9 years ago
Simplify license field

831228ace7a91c36cf599b4632fefb7b94c79547 authored over 9 years ago
Point prepublish script at the right directory

ba3f7b5d5670fd54f576e7c7cc7a97a4e8772b95 authored over 9 years ago
Attach colors to `dist` script

2e71c118bd90d5be670392b71253a53be0e73626 authored over 9 years ago
Rename `postversion` hook as `postpublish`

It makes more sense to publish a site after publishing the version to
NPM, not after creating a ...

a1f1fb072678ea6fcd343a2d486d50f363ba8418 authored over 9 years ago
0.6.0

6bfec76a90d503e33d4b9a087893453b4f112c8d authored over 9 years ago
Set up `npm version` hooks

Closes #9.

af3ef0d8971300560756539b0d22ce79b28d3893 authored over 9 years ago
Use colors at webpack output

68fbbc58ad4b903d140890e009e1a5b5180b3caf authored over 9 years ago
Do not ignore node_modules

node_modules gets ignored by default.

7adbf347887487e2bf5798281988c72f5120622a authored over 9 years ago
Allow dev server ip and port to be modified easier

2b38c118234dd5732678cc1b630410800ec87df3 authored over 9 years ago
Fix version number command

13352e9c2204b627bbf1a03dbd578295a34e9f4a authored over 9 years ago
Update dependencies

Babel should compile much faster now.

6bd70616a822f6dafa862f85e13c543a64bfbe17 authored over 9 years ago
Push replace_meta script to a better place

a02880d21110c49d0ec08b68dcbf68e847c9922f authored over 9 years ago
Tweak bithound ignore

2feea1d01f1ab88e24efc0d48688c3071d9eaa80 authored over 9 years ago
Set up David so dependency status gets tracked

53b1ff34315751d7042d841ca81a14c102eb8d3a authored over 9 years ago
Set up bithound

This will track code quality.

c3fc2e96f930abd0f431d92a4bcd02973dbcad81 authored over 9 years ago
Split vendor bundle for gh-pages and support caching

Now gh-pages is treated in a smarter way. The system generates a
separate app and vendor bundle....

1350c9855ce9bb1b9cafd78606f10d9a1197a803 authored over 9 years ago
Push main source below `/src`

`/lib` is just for utilities used for building etc.

a3e384fb5831e7cd67dabf437103bd638f56c6d7 authored over 9 years ago
Eliminate `config/` by pushing config to root and `lib/`

Closes #8.

41c8be7ff65b871066940bb1dfa5e4ec1d7be62a authored over 9 years ago
Update dependencies

8a9b5849f18609630a81d34168b883e2d7df15f8 authored over 9 years ago
Enable history api fallback on dev server

This is a good default to have.

8853ed52840ab2d6cfa596e3ae201b4ee91acf88 authored almost 10 years ago
Expand loader definition

87150207bf28e1e8b376ec37c65032b202e74061 authored almost 10 years ago
Fix import order

1ab35fea02fba703f8860bb8d75edc79b0ec69a0 authored almost 10 years ago
Add babel-core to avoid peer dep warning

62328829befec90c04ee96a7e84b648d062d73cc authored almost 10 years ago
Remove redundant configuration

93543e8863c9e239d8ad03ff60e29a21ab6f5dcf authored almost 10 years ago
Remove extra `exports`

bc2e9fbaf43cc2bfee43bd03fe5181c093f4a3e6 authored almost 10 years ago
Update project name

287268c9ccc7a35bff05e6ac131668eefcafc5e5 authored almost 10 years ago
Set up `npm run version` script

Closes #5.

5f72cf49bb8b7ea51162c461f0cfac870eaafd8a authored almost 10 years ago
Push dev server ip to higher level

077fb8fbb00eaad7a2046e3fb6749809dd90c795 authored almost 10 years ago
Fix deploy-gh-pages

944f1563720b93b67ca211c3357c5ba5f5c0bde4 authored almost 10 years ago
Eliminate redundant config entry points

It is cleaner to deal with this through env.

5eef515b80654a8e47fe82d9425ffc09b11e4d65 authored almost 10 years ago
Set up jscs

Closes #4.

c7fd882e2b021457fca847560ecf7b113692b463 authored almost 10 years ago
Remove jshint from dev deps

2d1029d69f7337e5b2664d4f94c023cdca19dfa3 authored almost 10 years ago
Set up pre-push hook instead of pre-commit one

pre-commit took a long time to finish so this seems like a better
alternative. At least now you ...

0023c6bbb9910653ea8d458dc2abfff2a0e1408d authored almost 10 years ago
Set up pre-commit hook to execute `npm test`

cabf1a837b13dd0ec18fbda1fed35d4f0516c5c9 authored almost 10 years ago
Mention survivejs

94c046f68fac1efaab6b65bf716298276d90c067 authored almost 10 years ago
Trigger babel conversion on prepublish

e91050ff211047fe723a2853462fe3fa329be4c1 authored almost 10 years ago
Allow package author to be replaced

8bbfbac3718041ec8fa5b46bc53d5866d6433c57 authored almost 10 years ago
Generate source maps for dist

f65d58e3fddb154ecb4c35c990f17d73125fe44f authored almost 10 years ago
Mark React as a peer dependency

ef41392ee0dc4de56c16511f11199a8aa92e2131 authored almost 10 years ago
Update homepage

e583d0626c4d0921ed7dd659c4962f392fc10885 authored almost 10 years ago
Connect ESlint with Webpack

Now it shouldn't finish a build if linting fails.

9723ec7700e32d8dec56bea2b7f2831ab589d475 authored almost 10 years ago
Eliminate display name rule

Given we're using JSX here, this won't be needed. It will get generated
automatically.

3abc36f74fcd2088c420f159bb02d8d450c008e6 authored almost 10 years ago
Use number instead of boolean for jsx rules

Looks like some of these rules expects a number! Otherwise this will
yield `no-unused-vars` errors.

ef81ea58a6135ae84595f2ca1947ae8f58b99eba authored almost 10 years ago
Enable more eslint React rules

0d39631c9a364e1264a47615ede2c62c1ee51170 authored almost 10 years ago
Tidy up

1c9a57730d694f31bb6513c1573e53358ed5da35 authored almost 10 years ago
Allow project meta data to be replaced via a script

Closes #2.

eaca5543757d01f50578edc86b8bb1518aeca5e1 authored almost 10 years ago
Push dev server port configuration to config

Easier to modify this way.

a78c2b9173b7b73ae2850e677c5153b45a965080 authored almost 10 years ago
Push images inside demo

419e59761ce9829aa92f051ecbc179ae2d1498b5 authored almost 10 years ago
Push demo server to a directory of its own

73c858c8c2f40e248d808ddb2a8e8860dfb81a3d authored almost 10 years ago
Generate `dist-modules` on **npm run dist**

02ee8865fdcdf5da5de17e90a6f8d1cbd9ddec9f authored almost 10 years ago
Put version to 0.0.0

c08350ebd935766b30220d96449007942ef36db8 authored almost 10 years ago
Add a note about react/addons

c69a0ce175b383e0711a02bad96c5f725419788f authored almost 10 years ago
Use babel-loader instead of jsx-loader

Closes #1.

64fc74cdc1537fb9b073d1b606135ce99bf6cbf5 authored almost 10 years ago
Separate configuration further

Dist build doesn't need demo loaders.

d2cf66da8cb4ae352b99d2684d5e8ca047375353 authored almost 10 years ago
Set up jsx includes to speed things up

dbd5efe14126a8633c59d8da1e118ba96cc68218 authored almost 10 years ago
Simplify demo directory handling

Now it's in a single place.

4f7532041a6f3efbbfc142e232bf1aa7157da0fa authored almost 10 years ago