Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • LP 5 posts 75 karma points
    Feb 10, 2016 @ 10:00
    LP
    0

    Bundled files in custom editors

    Is there a way to use MVC bundles in custom grid editors? What I need is to have one js file and one css file build from SCSS files and bunch of JS files that can be included among my custom editors. I do not want to include each and every file by itself in javascript section of a manifest file.

    {
        gridEditors: [
            {
                // config
            }
        ],
        javascript: [
            // my controller
            // !!! single file containing other files bundled
        ],
        css: [ 
            // !!! single file containing other files bundled
        ]
    }
    

    My related post on StackOverflow

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies