Working With JavaScript And CSS Files In MVC

This forum allows users to post and respond to "How Do I Do ....." questions. The information contained in this forum has not been validated by K-Rise Systems and, as such, K-Rise Systems cannot guarantee the accuracy of the information.
JustinVanRegenmorter
Posts: 517
Joined: August 26th, 2021, 9:56 am
Contact:

Working With JavaScript And CSS Files In MVC

Unread post 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 10746 times
FileUpload1.PNG
FileUpload1.PNG (42.4 KiB) Viewed 10746 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 10746 times
FileUpload2.PNG
FileUpload2.PNG (16.76 KiB) Viewed 10746 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 10746 times
FileUpload3.PNG
FileUpload3.PNG (22.37 KiB) Viewed 10746 times
5. Once this is done you will see the file in the project and can promote it with the project.
word count: 139

Tags:
Post Reply