Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Making source and public folders a setting in config.ini #288

Closed
wants to merge 9 commits into from

Commits on Apr 14, 2015

  1. Making source and public directories manageable in config.ini (with u…

    …pdates in builder and migrations)
    skepsys committed Apr 14, 2015
    Copy the full SHA
    cfb04a6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6e5bc9b View commit details
    Browse the repository at this point in the history
  3. Make migrator.php able to create unexisting source and output paths r…

    …ecursively.
    
    For example, these are now quite possible settings in config.ini for paths:
    sourceDir = "some/long/path/to/source"
    publicDir = "../../../path/could/go/even/outside/patterlab/directory"
    
    NOTE: paths should be related to PatterLab root folder, where /config, /core and /extras folders are placed.
    skepsys committed Apr 14, 2015
    Copy the full SHA
    9c07030 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    02d2007 View commit details
    Browse the repository at this point in the history
  5. Fix: moving text messages about paths to the initialization script.

    This is done to show the message just once (when starting watching mode it was shown twice before this fix)
    skepsys committed Apr 14, 2015
    Copy the full SHA
    afa94ed View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    3b225ed View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    6a706ff View commit details
    Browse the repository at this point in the history
  8. Fix in readme.md

    skepsys committed Apr 14, 2015
    Copy the full SHA
    a902e6a View commit details
    Browse the repository at this point in the history
  9. An one more fix in readme.md

    skepsys committed Apr 14, 2015
    Copy the full SHA
    353ac64 View commit details
    Browse the repository at this point in the history