Skip to content
This repository has been archived by the owner on Jun 3, 2019. It is now read-only.

postcss/sass update #468

Merged
merged 95 commits into from
Jul 12, 2017
Merged

postcss/sass update #468

merged 95 commits into from
Jul 12, 2017

Conversation

sergiokopplin
Copy link
Collaborator

No description provided.

ctrlplusb and others added 30 commits January 13, 2017 07:18
update broken feature/flow link in docs
* Updated CSP for nonce backwards compatibility

* Documented

* Updates comments
   - `SERVER_PORT` to `PORT`
   - `SERVER_HOST` to `HOST`
   - `CLIENT_DEVSERVER_PORT` to `CLIENT_DEV_PORT`
 - Replaces `code-split-component` with `react-async-component`
 - Renames the `nodeBundlesIncludeNodeModuleFileTypes` config property to `nodeExternalsFileTypeWhitelist`
 - Refactors the server and serviceworker offline page generation. We now use a set of React components (`ServerHTML` and `HTML`) to manage our HTML in a uniform fashion.
 - Refactors how we resolve environment specific configuration values. `NODE_ENV` is reserved for specifying a `development` or `production` build now. Use `CONF_ENV` to specify a target environment if you would like to resolve an environment specific .env file.
 - Refactors the client configuration filter rule to be contained within the main configuration and moves the configuration object creation into the server middleware.
 - Renames the `safeGetConfig` to `config`, and made it a default export.
 - Removes the `cross-env` library.

 - All server/client/shared code all use the shared config helper.
 - Updated dependencies, including to the latest Webpack official 2 release.

 - New babel plugins to optimise React production build performance.
 - Adds new icon sets.

 - Chrome favicon request issue.
 - Cleans up the package scripts.
 - Service worker would fail if a subfolder was added to the public folder.
…sary. Everything internal (tooling/docs) has been moved to an "internal" folder. The rest lives at root.

The configuration has been given a massive once over too.  I really disliked how there were multiple ways the config values were being read throughout the project.  Everything has been changed now to use a config helper that lives in the '<projectroot>/config/' folder.  All things config lives in that folder now too.
Removes CONF_ENV and refactors environment variable resolution to use NODE_ENV again.
ctrlplusb and others added 26 commits April 5, 2017 16:33
fix the "collectCoverageFrom" config of jest
* Update dependecies, change component prop-types.

* Helmet now has prop-types support.

* Update yarn lockfile

* Bumped react-router and forgot prop types in clientconfig.

* Bump enzyme and prop-types

* Bump react-async-component and enzyme
* Fix lint

* code split naming strategy sample

* remove HTTP protocol to be more flexible

* Refactor polyfill.io
Due to counter route become broken in mobile device, use only default feature instead

* Fix lint while prettier revert changes

* update deps
* update eslintrc line-breaks for windows

* add prop-types as a dependency to prevent react-hot-loader from breaking build.
add cross-env for starting tasks which break on Windows.
add FAQ for when running develop and javascript files aren't loading even though the build is successful.
modify the clean task to execute a function rather than use the ${npm bin} exec command, which doesnst work on Windows.

* save exact package.json

* add cross-env to npm scripts
dev server host always 0.0.0.0, not host config
Passing colors from server to console in develop.
@sergiokopplin
Copy link
Collaborator Author

sergiokopplin commented Jul 11, 2017

Hey guys, do you know why github is getting old messages from the past? This is a new PR and it seems to be a weird behavior. Anyway, can somebody look into my pr? Thanks!
@ctrlplusb @strues

@strues
Copy link
Collaborator

strues commented Jul 12, 2017

@sergiokopplin I'll check it out right now. Don't think I've experienced receiving old github messages, but I wouldn't be shocked 😄

@strues strues merged commit 1f5d5ee into ctrlplusb:feature/postcss-sass Jul 12, 2017
@sergiokopplin
Copy link
Collaborator Author

thanks @strues

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

Successfully merging this pull request may close these issues.