aurelia / bundler

A library for bundling JavaScript, HTML and CSS for use with SystemJS.
MIT License
37 stars 25 forks source link

Bundle not overwriting when force is set to true #135

Closed cdaniel77 closed 7 years ago

cdaniel77 commented 8 years ago

I am using aurelia-bundler and have force set to true. However, when I run the bundler using gulp, it fails because it says a bundle already exists.

ahmedshuhel commented 7 years ago

@cdaniel77 Sorry about late response. Force should overwrite the file. Closing the issue. If you are still facing the problem, please create a github repo that reproduces this problem and give us the link.