superset/superset-frontend
Jesse Yang 4f21dea55f
feat(dev): dont override asset manifest in dev-server (#11648)
Override manifest.json only when `npm run dev`, not `npm run
dev-server`.  This allows developers to compare between the
current version of Superset with what they are working on
without switching back and forth between branches.

All they need to do is to first start the current version with
production build:

```
npm run build
superset run -p 8088
```

Then start the dev server in another window:

```
npm run dev-server
```
2020-11-11 13:14:45 -08:00
..
.storybook refactor: merge/upgrade superset-ui packages (#10790) 2020-09-09 13:18:55 -07:00
branding style: Change logo color to new branding (#10090) 2020-06-17 19:47:02 -07:00
cypress-base build(deps-dev): update cypress to 5.5.0, improvements for running locally (#11603) 2020-11-10 15:51:47 -08:00
fonts chore: pre-commit run --all-files (#10500) 2020-08-02 14:32:17 -07:00
images chore(home-screen): fixes for loading states, flicker issue, and reduction of api calls (#11557) 2020-11-06 19:35:13 -08:00
spec [fix] handle null value in date filter (#11655) 2020-11-11 09:32:26 -08:00
src [fix] handle null value in date filter (#11655) 2020-11-11 09:32:26 -08:00
stylesheets style: various little tweaks to home screen stylin' (#11650) 2020-11-10 17:20:31 -08:00
.eslintignore Upgrade typescript to 3.8.2 (#9189) 2020-02-25 08:44:26 -08:00
.eslintrc.js fix: Enable ESLint rule default-props-match-prop-types (#11058) 2020-10-02 15:54:56 -07:00
.gitignore Upgrade typescript to 3.8.2 (#9189) 2020-02-25 08:44:26 -08:00
.nvmrc chore: pin node and npm versions (#11646) 2020-11-10 15:58:54 -08:00
babel.config.js Configured babel plugin for removing data-test from production code (#11327) 2020-10-26 21:16:02 -07:00
cypress_build.sh build(deps-dev): update cypress to 5.5.0, improvements for running locally (#11603) 2020-11-10 15:51:47 -08:00
jest.config.js feat: Allow tests files in /src (plus Label component tests) (#10634) 2020-08-19 12:54:26 -07:00
js_build.sh SIP-32: Moving frontend code to the base of the repo (#9098) 2020-02-09 17:53:56 -08:00
jsconfig.json test(frontend): use absolute path for src imports (#9761) 2020-05-07 14:18:10 -07:00
package-lock.json feat(sankey-viz): allow sort by metric and bump superset-ui packages (#11626) 2020-11-10 15:58:00 -08:00
package.json chore: pin node and npm versions (#11646) 2020-11-10 15:58:54 -08:00
prettier.config.js refactor: merge/upgrade superset-ui packages (#10790) 2020-09-09 13:18:55 -07:00
tsconfig.json build: update webpack for npm linking plugins (#11253) 2020-10-13 16:54:06 -07:00
webpack.config.js feat(dev): dont override asset manifest in dev-server (#11648) 2020-11-11 13:14:45 -08:00
webpack.proxy-config.js fix: error handling for webpack proxy (#11420) 2020-10-25 17:14:56 -07:00