-
Notifications
You must be signed in to change notification settings - Fork 11.9k
How to include custom file in -prod build? #1172
Copy link
Copy link
Closed
Description
Please provide us with the following information:
- OS? Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)
os: win32 x64
- Versions. Please run
ng --version. If there's nothing outputted, please
run in a Terminal:
node --version
And paste the result here.
angular-cli: 1.0.0-beta.6
node: 6.1.0
os: win32 x64 - Repro steps. Was this an app that wasn't created using the CLI? What change did you
do on your code? etc.
na - The log given by the failure. Normally this include a stack trace and some
more information.
na - Mention any other details that might be useful.
Deploying an angular app to IIS requires the inclusion of a Web.config file that contains custom URL rewriting instructions.
How do I include that file in my prod build?
Thanks! We'll be in touch soon.
Reactions are currently unavailable