Page 1 of 1

Working With JavaScript And CSS Files In MVC

Posted: November 22nd, 2021, 12:20 pm
by JustinVanRegenmorter
Here are the steps to add a new JavaScript or CSS File into your MVC application.

1. Open up you Developer Workbench and select your project.
2. Click on the "Add New" action button.
FileUpload1.PNG
FileUpload1.PNG (42.4 KiB) Viewed 10788 times
FileUpload1.PNG
FileUpload1.PNG (42.4 KiB) Viewed 10788 times
3. Select the type of File and choose either the css or js options in the "Folder" dropdown.
FileUpload2.PNG
FileUpload2.PNG (16.76 KiB) Viewed 10788 times
FileUpload2.PNG
FileUpload2.PNG (16.76 KiB) Viewed 10788 times
4. Using either the "Select Some Files" button or dragging and dropping it, upload your file and hit "Save".
FileUpload3.PNG
FileUpload3.PNG (22.37 KiB) Viewed 10788 times
FileUpload3.PNG
FileUpload3.PNG (22.37 KiB) Viewed 10788 times
5. Once this is done you will see the file in the project and can promote it with the project.