Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merging forks that were never merged into the official pug-cli #93

Open
wants to merge 29 commits into
base: master
Choose a base branch
from

Commits on May 3, 2021

  1. remove broken test

    borisovg committed May 3, 2021
    Configuration menu
    Copy the full SHA
    04047dc View commit details
    Browse the repository at this point in the history
  2. upgrade packages

    borisovg committed May 3, 2021
    Configuration menu
    Copy the full SHA
    77190b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be4d10c View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2021

  1. Configuration menu
    Copy the full SHA
    f89b817 View commit details
    Browse the repository at this point in the history
  2. rename pkg to scoped

    Anduh committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    3710e99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbe67a1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from Anduh/personal-fork

    @anduh/pug-cli - PUG 3 - 1.0.0
    Anduh authored Jun 13, 2021
    Configuration menu
    Copy the full SHA
    9a0eb81 View commit details
    Browse the repository at this point in the history
  5. man fix attempt

    Anduh committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    8129b2c View commit details
    Browse the repository at this point in the history
  6. update readme

    Anduh committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    2f9dfb1 View commit details
    Browse the repository at this point in the history
  7. readme cleanup

    Anduh committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    6f4eaa3 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Merge pull request #1 from Anduh/master

    Merge contributions from @Anduh
    svallory authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    4fa88a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71a0972 View commit details
    Browse the repository at this point in the history
  3. ✨ Support YAML

    anthony-tron authored and svallory committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    f51a945 View commit details
    Browse the repository at this point in the history
  4. ⏪️ Switch back to fs.watchFile because it's less buggy even though no…

    …de recommends to use fs.watch instead
    anthony-tron authored and svallory committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    952d717 View commit details
    Browse the repository at this point in the history
  5. 📝 Updated usage for YAML

    anthony-tron authored and svallory committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    f4ca49d View commit details
    Browse the repository at this point in the history
  6. ⏮ Removed useless console.log

    anthony-tron authored and svallory committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    403c263 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2 from tokilabs/anthony-tron/yaml-support

    Merge contributions from anthony-tron/yaml support
    svallory authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    98d7c28 View commit details
    Browse the repository at this point in the history
  8. Require 'gray-matter'.

    Jun FUNAI authored and svallory committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    cf7c292 View commit details
    Browse the repository at this point in the history
  9. Allow templates to use YAML front-matter.

    Jun FUNAI authored and svallory committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    55e4f44 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4e2542c View commit details
    Browse the repository at this point in the history
  11. fixed: injected extends added up with reloads.

    Jun FUNAI authored and svallory committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    115eeb1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3a081f5 View commit details
    Browse the repository at this point in the history
  13. assign page.data directly to options.page. i.e. page.data.foo -…

    …> `page.foo`.
    funai authored and svallory committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    c53438a View commit details
    Browse the repository at this point in the history
  14. Merge pull request #3 from tokilabs/funai/master

    Add contributions from funai/master to allow YAML frontmatter
    svallory authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    2b1d0f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. Fix bugs and tests

    svallory committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    ebc24ea View commit details
    Browse the repository at this point in the history
  2. Allow symlink as input (Closes pugjs#80)

    Previous implementation used 'lstatSync'  which returns stat info about link
    itself, not the file that it refers to. That behaviour didn't allow to use the
    tool in case of separate build (source and build dirs are separate, and sources
    linked back into  build directory).
    
    As workaround there we could provide file content through stdin, but that
    approach has limitations:
    - you cannot process multiple files at once
    - you cannot use 'include' directives
    
    This commit changes the use of  'lstatSync' to 'statSync' which makes symlink
    files be processed as expected.
    lazdmx authored and svallory committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    931f446 View commit details
    Browse the repository at this point in the history
  3. Update package name and info

    svallory committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    04ad621 View commit details
    Browse the repository at this point in the history
  4. Set package access to public

    svallory committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    4e9dd8e View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Update package.json

    Co-authored-by: Andreas J. <[email protected]>
    svallory and Anduh authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    1d3a7b6 View commit details
    Browse the repository at this point in the history