Copied to clipboard

Flag this post as spam?

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


  • Greg 6 posts 27 karma points
    Mar 10, 2013 @ 19:34
    Greg
    0

    Disable Bundling and Minify for Debugging During Development

    Debugging the theme is proving to be difficult as all the files are bundled and minified.  Can this be easily disabled for debugging purposes with out stripping out the Combres code?

  • Greg 6 posts 27 karma points
    Mar 10, 2013 @ 19:53
    Greg
    1

    I am able to disable bundling by changing: 

                    defaultDebugEnabled="true"  
    

    in /Config/Combres.config. ( instead of 'auto'.  You can also update the web.config to get the same result.).

    This works to unbundle, but it now attempts to read all the .less files inside the browser, instead of compiling to .css and pulling those in. I will keep playing, but if someone knows the answer, it'd save me some time ;) I'll post the answer if I find it.

Please Sign in or register to post replies

Write your reply to:

Draft