Fix Grunt file by removing assumption that solution folder is named Pineapples

Issue #428 closed
Jeremy Kells created an issue

appName variable is assigned the name of the folder containing the .sln folder - then used to construct path (among other things) to the 'Pineapples' project folder. Fails if solution folder is not named Pineapples.

Comments (1)

  1. Brian Lewis repo owner

    fix($gruntfile): Remove assumption that folder containing .sln file is named 'Pineapples'

    Remove unnecessary assumption making build more robust

    Closes #428

    → <<cset 5529c40d5f64>>

  2. Log in to comment