1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 05:19:39 +02:00

refactor(client): move assets folder into app and remove rdash-ui dep (#3883)

* refactor(assets): use rdash css

* chore(build): remove rdash dep

* refactor(client): move assets folder into app
This commit is contained in:
Chaim Lev-Ari 2020-06-05 02:03:13 +03:00 committed by GitHub
parent a0ba531fed
commit d8d3baf18e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
37 changed files with 1865 additions and 1527 deletions

View file

@ -115,6 +115,7 @@ module.exports = {
Docker: path.resolve(projectRoot, 'app/docker'),
Extensions: path.resolve(projectRoot, 'app/extensions'),
Portainer: path.resolve(projectRoot, 'app/portainer'),
'@': path.resolve(projectRoot, 'app'),
},
},
};