This repository has been archived by the owner on Dec 6, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Embrace env variables + dotenv - Update to webpack 3 and react 16 - Use our babel preset-moxy - Update all bin files and move them to scripts, to match the upcoming move of those files to react-with-moxy-scripts - Update _reboot.css - Add test script that uses Jest - Add commitlint and standard-version: embrace conventional commits! - Use webpack-isomorphic-compiler and webpack-isomorphic-dev-middleware - Use the new uglify-es - And a lot of minor improvements! Closes #18, #15, #12, #11, #5, #4.
- Loading branch information
Showing
59 changed files
with
17,753 additions
and
1,304 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# NODE_ENV, PUBLIC_URL, PUBLIC_ASSETS_URL and RWM_* variables will be | ||
# available in server process as well as inside the app | ||
# This means that you must prefix env variables with RWM_ you want them to be available in the app (for security) | ||
# ---------------------------------------------------------------------------------- | ||
|
||
# Public URL of the app (e.g.: https://moxy.studio) | ||
# This environment variable is useful to build full absolute URLs | ||
PUBLIC_URL= | ||
|
||
# Public path to the built assets of the app (e.g.: https://cdn.moxy.studio) | ||
# For production, it's a good practice serve files from a CDN | ||
PUBLIC_ASSETS_URL=/build | ||
|
||
# Google Tracking code | ||
RWM_GA_TRACKING_CODE= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/public | ||
/coverage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
node_modules | ||
npm-debug.* | ||
/web/build | ||
/public/build | ||
/coverage | ||
.env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/public | ||
/coverage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.