Skip to content
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

Webpack for LuigiClient #325

Merged
merged 23 commits into from
Jan 18, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
4a36f6d
Bundle LuigiClient with Babel
parostatkiem-zz Jan 8, 2019
76dc1f5
fix Angular's assets path
parostatkiem-zz Jan 8, 2019
0c19d7b
Add separate readme and package.json to /public
parostatkiem-zz Jan 9, 2019
30b3f6a
Merge branch 'master' of https://github.com/kyma-project/luigi into w…
parostatkiem-zz Jan 10, 2019
5132cfb
Update lerna.json
parostatkiem-zz Jan 10, 2019
13deed7
Update luigi-client-private package.json
parostatkiem-zz Jan 10, 2019
ad5041d
Update readme
parostatkiem-zz Jan 10, 2019
0eeeca5
Merge branch 'master' of https://github.com/kyma-project/luigi into w…
parostatkiem-zz Jan 11, 2019
143ef72
Bump luigi-client version
parostatkiem-zz Jan 11, 2019
710b65a
Update documentation
parostatkiem-zz Jan 11, 2019
e8bddac
Fix Angular's asset alias
parostatkiem-zz Jan 11, 2019
7373a54
remove object.assign polyfill
parostatkiem-zz Jan 11, 2019
10b62bf
Merge branch 'master' of https://github.com/kyma-project/luigi into w…
parostatkiem-zz Jan 11, 2019
e5ce709
Abandon 'public' folder to keep backwards compatibility
parostatkiem-zz Jan 15, 2019
fc8bb68
Update path in external views
parostatkiem-zz Jan 15, 2019
ee996dd
Merge branch 'master' of https://github.com/kyma-project/luigi into w…
parostatkiem-zz Jan 15, 2019
8173932
Update package-locks & gitignore
parostatkiem-zz Jan 15, 2019
e628f58
Update AngularExample to use newest Luigi
parostatkiem-zz Jan 15, 2019
30f4ee2
Prepare LuigiClient to be published at NPM
parostatkiem-zz Jan 15, 2019
8141298
Make only bundled version to be published on NPM
parostatkiem-zz Jan 15, 2019
cb1c904
Merge branch 'master' of https://github.com/kyma-project/luigi into w…
parostatkiem-zz Jan 17, 2019
ba0ba96
Merge branch 'master' of https://github.com/kyma-project/luigi into w…
parostatkiem-zz Jan 18, 2019
c571638
Update docu
parostatkiem-zz Jan 18, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions client/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["@babel/preset-env"]
}
1 change: 1 addition & 0 deletions client/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/luigi-client.js
1 change: 1 addition & 0 deletions client/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/src/*
Loading