docker_manager/manager-client
David Taylor e46136c597
FIX: Dynamically fetch logo url (#137)
Core's recent sprockets update caused the digest of the image file to change. We shouldn't have hardcoded the digest in the JS code. Instead, this commit adds the url to the `preloaded-data` meta tag, so it will always be correct.
2022-04-14 14:01:19 +01:00
..
app FIX: Dynamically fetch logo url (#137) 2022-04-14 14:01:19 +01:00
config DEV: Upgrade Ember to 3.22 (#80) 2020-11-02 19:43:56 +03:00
public Upgrade to new Ember, Ember CLI 2017-01-11 13:47:06 -05:00
tests DEV: Upgrade Ember to 3.22 (#80) 2020-11-02 19:43:56 +03:00
vendor Ember upgrade to 3.6.1 (#49) 2019-01-03 09:21:34 +03:00
.editorconfig DEV: Upgrade Ember to 3.22 (#80) 2020-11-02 19:43:56 +03:00
.ember-cli Upgrade to ember-cli, bring back bootbox 2014-11-07 14:56:57 -05:00
.eslintignore Ember upgrade to 3.6.1 (#49) 2019-01-03 09:21:34 +03:00
.eslintrc.js DEV: Upgrade Ember to 3.22 (#80) 2020-11-02 19:43:56 +03:00
.gitignore Upgrade to new Ember, Ember CLI 2017-01-11 13:47:06 -05:00
.jshintrc Upgrade to new Ember, Ember CLI 2017-01-11 13:47:06 -05:00
.template-lintrc.js DEV: Upgrade Ember to 3.22 (#80) 2020-11-02 19:43:56 +03:00
.travis.yml Upgrade to new Ember, Ember CLI 2017-01-11 13:47:06 -05:00
.watchmanconfig Upgrade to new Ember, Ember CLI 2017-01-11 13:47:06 -05:00
README.md Ember upgrade to 3.6.1 (#49) 2019-01-03 09:21:34 +03:00
dev_server DEV: Upgrade Ember to 3.22 (#80) 2020-11-02 19:43:56 +03:00
ember-cli-build.js DEV: manually ignore files as .eslintignore is not working 2020-09-10 20:53:34 +02:00
package.json DEV: Upgrade Ember to 3.22 (#80) 2020-11-02 19:43:56 +03:00
testem.js DEV: Upgrade Ember to 3.22 (#80) 2020-11-02 19:43:56 +03:00
yarn.lock Bump follow-redirects from 1.14.7 to 1.14.8 in /manager-client (#132) 2022-02-12 12:21:38 +01:00

README.md

manager-client

This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd manager-client
  • yarn install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)