-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Luigi config meets es6 #313
Luigi config meets es6 #313
Conversation
…uigi-config-meets-ES6 # Conflicts: # core/examples/luigi-sample-angular/package.json
…uigi-config-meets-ES6 # Conflicts: # core/examples/luigi-sample-angular/package-lock.json # core/examples/luigi-sample-angular/src/assets/extendedConfiguration.js
…uigi-config-meets-ES6 # Conflicts: # core/examples/luigi-sample-angular/src/assets/extendedConfiguration.js
following new step-by-step Angular 6 guide results in a page with an error EDIT: the same goes for no-framework guide - Luigi tries to fetch extendedConfiguration.bundle.js, but it is not generated. Am I missing something? EDIT: nevermind, i must have done something wrong, it works now! |
…uigi-config-meets-ES6 # Conflicts: # core/examples/luigi-sample-angular/package-lock.json # core/examples/luigi-sample-angular/src/assets/extendedConfiguration.js
…uigi-config-meets-ES6 # Conflicts: # core/examples/luigi-sample-angular/package-lock.json
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor changes
…uigi-config-meets-ES6 # Conflicts: # core/examples/luigi-sample-angular/src/assets/extendedConfiguration.js
Co-Authored-By: parostatkiem <[email protected]>
* Create fully-functional es6 transpiling * Modularize config
Description
Important:
lerna bootstrap
in luigi-sample-angular folder is necessary!If you would like to test setup commands or scripts, you have to replace for an obvious reason
with
Vue and OpenUI setup scripts will be fixed by #322, then immidiately updated by #341 to work with the changes from this PR.
Changes proposed in this pull request:
extendedConfiguration.js
using ES6 + class properties and split it into few filesRelated issue(s)
#268
#323