1.0.4 • Published 9 years ago
ember-cli-post-build-copy v1.0.4
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
10 years ago
1.0.1
10 years ago
1.0.0
10 years ago
0.0.13
10 years ago
0.0.12
10 years ago
0.0.11
10 years ago
0.0.10
10 years ago
0.0.9
10 years ago
0.0.8
10 years ago
0.0.7
10 years ago
0.0.6
10 years ago
0.0.5
10 years ago
0.0.4
10 years ago
0.0.3
10 years ago
0.0.2
10 years ago
0.0.1
10 years ago
0.0.0
10 years ago