Search code examples
javascriptbuildyui

YUI3 shifter change build directory


I am fairly new to YUI3 and shifter builder, if there is any ways to configurate build output directory over there?


Solution

  • In your shifter configuration file add

    "build-dir": "js/build"
    

    or pass --build-dir=js/build to shifter on the command line.