This package has been deprecated

Author message:

This package is not needed anymore. Update ember-web-app to it's latest version

ember-web-app-rename

1.0.0 • Public • Published

ember-web-app-rename

Build Status

This addon is part of ember-web-app. It implements the manifest rename functionality used by ember-web-app that needs to be a separate addon so it can be executed after broccoli-asset-rev is executed (see san650/ember-web-app#23).

Example

config/environment.js

module.exports = function(environment) {
  ...

  ENV['ember-web-app'] = {
    name: 'my-awesome-manifest.json'
  };

  return ENV;
};

It will rename the manifest file from manifest.ember-web-app.conf to my-awesome-manifest.json.

Installation

This addon is included automatically by ember-web-app. It's not supposed to be installed by hand.

Development

$ git clone https://github.com/san650/ember-web-app-rename.git
$ cd $_
$ yarn          # (or npm install)

Running tests

$ npm test

Project's health

Build Status Ember Observer Score

License

ember-web-app-rename is licensed under the MIT license.

See LICENSE for the full license text.

Package Sidebar

Install

npm i ember-web-app-rename

Weekly Downloads

32

Version

1.0.0

License

MIT

Last publish

Collaborators

  • san650