Skip to content

Commit

Permalink
Development (#574)
Browse files Browse the repository at this point in the history
* Deploy dist/embedded into /embedded

* Change public path for embedded

* embedded: Change browserrouter to hashrouter

* Feature #546: Header Translations (#562)

* wip translations

* finish header translations with subcomponents, reset default language

* remove language prop from i18n to be able to use queryparam

* fix missing css import

* fix css import

* fix embedding style

* Styles fix for embedded view

* Fix normalize.css import

* Feature #549: Marketlist Translations (#563)

* finish translations on marketlist page

* add en translations

* missing string in form

* hotfix: loading translation keys via webpack

* hotfix: font loading

* add dashboard translations

* hotfix: missing translation string

* finish market detail translation strings (#568)

* Merge master travis.yml

* remove autodll-webpack-plugin

* Modify management dev deployment for both interface and embedded

* Add staging embedded deployment specs

* Feature #547: Modal Translations (#571)

* finish legal modals, finish reward claim modals

* finish installmetamask modal, register wallet modal

* fix linting errors

* add switch network modal, add transaction explanation, unlock modal, verification error-modal, outcome price changed modal

* add proptype for t

* add max_old_space_size to build-prod

* Fix translations merge

* Fix build-rpod command
  • Loading branch information
mmv08 authored Nov 21, 2018
1 parent 7e49006 commit 0eb4c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "src/index.js",
"scripts": {
"build-dev": "NODE_ENV=development node --max_old_space_size=8192 ./node_modules/.bin/webpack -p --config webpack.config.js",
"build-prod": "NODE_ENV=production --max_old_space_size=8192 ./node_modules/.bin/webpack -p",
"build-prod": "NODE_ENV=production node --max_old_space_size=8192 ./node_modules/.bin/webpack -p",
"build": "if test \"$NODE_ENV\" = \"production\" ; then npm run build-prod; else npm run build-dev; fi ",
"build-config": "node scripts/configuration.browser.js",
"start": "NODE_ENV=development node --max_old_space_size=8192 node_modules/.bin/webpack-dev-server --hot --host 0.0.0.0 --client-log-level info --progress",
Expand Down

0 comments on commit 0eb4c3b

Please sign in to comment.