Base solution for your next web application
Open Closed

ScriptPath nomenclature #4229


User avatar
0
eduardoeiji created

In the scriptpath.cs file, why there are lines commented with "SPA" (SIngle Page application) and why some js files are starting with the prefix abp, eg "abp.jquery.js"


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @EduardoEiji,

    //SPA comment is for the files only used in SPA project. Actually, those comments must be removed while generating the project on aspnetzero.com but there must be a problem, we will check it.

    The script files with abp prefix is in ABP framework, see <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/tree/dev/src/Abp.Web.Resources/Abp/Framework/scripts/libs">https://github.com/aspnetboilerplate/as ... ripts/libs</a>