1.0.4 • Published 9 years ago

ember-cli-post-build-copy v1.0.4

Weekly downloads
37
License
MIT
Repository
-
Last release
9 years ago

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

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago