Skip to content

Commit c5204fe

Browse files
committed
Julia components (plotly#165)
1 parent 4fb85bc commit c5204fe

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/dash-html-components/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [UNRELEASED]
6+
### Added
7+
- [#165](https://github.com/plotly/dash-html-components/pull/165) Add support for Dash.jl Julia component generation.
8+
59
## [1.0.3] - 2020-04-01
610
### Updated
711
- Update generated props

packages/dash-html-components/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"uninstall-local": "pip uninstall dash-html-components -y",
2020
"lint": "eslint src scripts",
2121
"build:js": "webpack --mode production",
22-
"build:py_and_r": "dash-generate-components ./src/components dash_html_components -p package-info.json && cp dash_html_components_base/** dash_html_components && dash-generate-components ./src/components dash_html_components -p package-info.json --r-prefix 'html' --r-suggests 'dash,dashCoreComponents'",
23-
"build": "npm run build:js && npm run build:py_and_r",
22+
"build:backends": "dash-generate-components ./src/components dash_html_components -p package-info.json && cp dash_html_components_base/** dash_html_components && dash-generate-components ./src/components dash_html_components -p package-info.json --r-prefix 'html' --r-suggests 'dash,dashCoreComponents' --jl-prefix 'html' ",
23+
"build": "npm run build:js && npm run build:backends",
2424
"postbuild": "es-check es5 dash_html_components/*.js",
2525
"build:watch": "watch 'npm run build' src",
2626
"test:import": "python -m unittest tests.test_dash_import",

0 commit comments

Comments
 (0)