Skip to content

Allow you to copy files external after builds in ember cli

Notifications You must be signed in to change notification settings

tgsoverly/ember-cli-post-build-copy

Repository files navigation

EmberCLI Post Build Copy

Once your build is complete you might need to move your build files to an external location

Installation

  • ember install ember-cli-post-build-copy

Configuration

//config/environment.js
ENV['ember-cli-post-build-copy'] = {
  "replace":true,
  "verbose":false,
  "development" : [
      ['/assets/vendor.js','../javascripts/vendor.js']
  ]
}

The first argument is relative to the "dist" folder The second argument is relative to the "root" of the ember application

About

Allow you to copy files external after builds in ember cli

Resources

Stars

Watchers

Forks

Packages

No packages published