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

Theming #137

Closed
wants to merge 172 commits into from
Closed

Theming #137

wants to merge 172 commits into from

Commits on Dec 18, 2014

  1. being copying the CLI over

    phated committed Dec 18, 2014
    Configuration menu
    Copy the full SHA
    bae9c61 View commit details
    Browse the repository at this point in the history
  2. add readme

    phated committed Dec 18, 2014
    Configuration menu
    Copy the full SHA
    562823f View commit details
    Browse the repository at this point in the history
  3. update/prune deps

    phated committed Dec 18, 2014
    Configuration menu
    Copy the full SHA
    7061e68 View commit details
    Browse the repository at this point in the history
  4. add first CLI test

    phated committed Dec 18, 2014
    Configuration menu
    Copy the full SHA
    80a4d87 View commit details
    Browse the repository at this point in the history
  5. add flags test

    phated committed Dec 18, 2014
    Configuration menu
    Copy the full SHA
    b1b17e0 View commit details
    Browse the repository at this point in the history
  6. add version test

    phated committed Dec 18, 2014
    Configuration menu
    Copy the full SHA
    5e8e7cf View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2014

  1. Configuration menu
    Copy the full SHA
    194f667 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29a5b52 View commit details
    Browse the repository at this point in the history
  3. no need for marked-man in deps

    phated committed Dec 28, 2014
    Configuration menu
    Copy the full SHA
    9c71562 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b1007e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a11607 View commit details
    Browse the repository at this point in the history
  6. fix windows line endings

    heikki committed Dec 28, 2014
    Configuration menu
    Copy the full SHA
    1a1271a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2d8c377 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4 from heikki/fix-windows-tests

    Fix windows tests
    phated committed Dec 28, 2014
    Configuration menu
    Copy the full SHA
    541c84d View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2014

  1. Configuration menu
    Copy the full SHA
    6b2c2ef View commit details
    Browse the repository at this point in the history
  2. fix test titles

    phated committed Dec 29, 2014
    Configuration menu
    Copy the full SHA
    d5a3816 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2014

  1. ship the bin

    phated committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    a9ab2aa View commit details
    Browse the repository at this point in the history
  2. 0.1.1

    phated committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    31acd4b View commit details
    Browse the repository at this point in the history
  3. setup appveyor

    phated committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    f257820 View commit details
    Browse the repository at this point in the history
  4. derp the bin env

    phated committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    c1ac0e4 View commit details
    Browse the repository at this point in the history
  5. 0.1.2

    phated committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    641e5c1 View commit details
    Browse the repository at this point in the history
  6. executable bin

    phated committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    181dd71 View commit details
    Browse the repository at this point in the history
  7. 0.1.3

    phated committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    cc3c645 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2015

  1. Configuration menu
    Copy the full SHA
    6675cac View commit details
    Browse the repository at this point in the history
  2. 0.1.4

    phated committed Jan 10, 2015
    Configuration menu
    Copy the full SHA
    895d905 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2015

  1. bump liftoff and v8flags

    this should solve all of the wack installation issues we were
    seeing on windows machines, and work correctly with io.js.
    
    - v8flags is now async
    - v8flags caches flags at first run, not on installation
    - liftoff `nodeFlags` was renamed to `v8flags` for accuracy
    Tyler Kellen committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    b9e87f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2015

  1. Merge pull request #11 from tkellen/update-deps

    bump liftoff and v8flags
    phated committed Jan 18, 2015
    Configuration menu
    Copy the full SHA
    73b43b4 View commit details
    Browse the repository at this point in the history
  2. bump v8flags

    phated committed Jan 18, 2015
    Configuration menu
    Copy the full SHA
    97bec36 View commit details
    Browse the repository at this point in the history
  3. 0.1.5

    phated committed Jan 18, 2015
    Configuration menu
    Copy the full SHA
    f323e4d View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2015

  1. Update .travis.yml

    sindresorhus committed Feb 8, 2015
    Configuration menu
    Copy the full SHA
    b7a2203 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2015

  1. Update appveyor.yml

    heikki committed Feb 16, 2015
    Configuration menu
    Copy the full SHA
    9a78e5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ae62f9 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2015

  1. fix readme grammar

    Eric Schoffstall committed Feb 22, 2015
    Configuration menu
    Copy the full SHA
    f5716fe View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2015

  1. Updates chalk to 1.0.0.

    Updates [Chalk](https://www.npmjs.org/package/chalk) to latest version, 1.0.0. See the [releasenotes](https://github.com/sindresorhus/chalk/releases/tag/v1.0.0) for the changes.
    
    This is the first major version, and the API can now be considered stable.
    
    This commit and PR is auto-generated. Please merge with care. My apologies if it's undesirable.
    
    Made with ♥ by [Sindre](https://github.com/sindresorhus), [Joshua](https://github.com/jbnicolai), and all our wonderful [contributors](https://github.com/sindresorhus/chalk/graphs/contributors).
    Joshua Appelman committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    9c81da4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16 from jbnicolai/update-chalk-v1.0.0

    Updates chalk to 1.0.0.
    sindresorhus committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    f131f83 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2015

  1. remove engineStrict

    suyash committed Mar 5, 2015
    Configuration menu
    Copy the full SHA
    e05a13f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #18 from suyash/patch-1

    remove engineStrict
    sindresorhus committed Mar 5, 2015
    Configuration menu
    Copy the full SHA
    277f707 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2015

  1. fix #19 Support description

    + unit tests
    louisremi committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    c559f79 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2015

  1. Fix dependency regex

    = committed Mar 19, 2015
    Configuration menu
    Copy the full SHA
    58c4c53 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2015

  1. Configuration menu
    Copy the full SHA
    47fb9be View commit details
    Browse the repository at this point in the history
  2. 0.2.0

    phated committed Mar 22, 2015
    Configuration menu
    Copy the full SHA
    ef6fef2 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2015

  1. Fix badges

    austinpray committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    f927620 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #23 from austinpray/patch-1

    Fix badges
    contra committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    ddec6f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2015

  1. update deps

    phated committed Jul 12, 2015
    Configuration menu
    Copy the full SHA
    f5e4281 View commit details
    Browse the repository at this point in the history
  2. make linting pass

    phated committed Jul 12, 2015
    Configuration menu
    Copy the full SHA
    82115c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90fe665 View commit details
    Browse the repository at this point in the history
  4. bump liftoff

    phated committed Jul 12, 2015
    Configuration menu
    Copy the full SHA
    07efb57 View commit details
    Browse the repository at this point in the history
  5. bump v8flags

    phated committed Jul 12, 2015
    Configuration menu
    Copy the full SHA
    3afeb5d View commit details
    Browse the repository at this point in the history
  6. 0.3.0

    phated committed Jul 12, 2015
    Configuration menu
    Copy the full SHA
    27ff409 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2015

  1. Configuration menu
    Copy the full SHA
    6b9e1c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2015

  1. Merge pull request #44 from pdehaan/jscs-preset

    Switching to jscs-preset-gulp preset
    phated committed Oct 22, 2015
    Configuration menu
    Copy the full SHA
    702f59c View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2015

  1. Switching to ESLint

    pdehaan committed Oct 25, 2015
    Configuration menu
    Copy the full SHA
    57f069b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a49e20 View commit details
    Browse the repository at this point in the history
  3. Remove glob from JSCS lint

    pdehaan committed Oct 25, 2015
    Configuration menu
    Copy the full SHA
    2360108 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #43 from pdehaan/eslintin

    Switching to ESLint
    phated committed Oct 25, 2015
    Configuration menu
    Copy the full SHA
    edc9a90 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2015

  1. Configuration menu
    Copy the full SHA
    5235056 View commit details
    Browse the repository at this point in the history
  2. fix require path

    heikki authored and phated committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    1629465 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76ae4d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8dfc1f1 View commit details
    Browse the repository at this point in the history
  5. switch nomnom for yargs

    phated committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    ae4f954 View commit details
    Browse the repository at this point in the history
  6. fix lint

    phated committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    fccc041 View commit details
    Browse the repository at this point in the history
  7. rename versioned directory

    phated committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    b0fa8f8 View commit details
    Browse the repository at this point in the history
  8. fix autocompletion

    closes #15
    heikki authored and phated committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    52ef399 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5376c22 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5e82b4f View commit details
    Browse the repository at this point in the history
  11. Fix #19 support tasks description

    = authored and phated committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    0226d55 View commit details
    Browse the repository at this point in the history
  12. DRY tasks.js

    = authored and phated committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    a8371e0 View commit details
    Browse the repository at this point in the history
  13. Fix dependency regex in logTasks

    = authored and phated committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    3870672 View commit details
    Browse the repository at this point in the history
  14. Fix typo

    nicosantangelo authored and phated committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    d42fb9e View commit details
    Browse the repository at this point in the history
  15. Update cliOptions.js

    Updated spelling of gray to be consistent throughout file.
    stramel authored and phated committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    298df67 View commit details
    Browse the repository at this point in the history
  16. use .task to get the task - closes #28

    phated committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    94c07da View commit details
    Browse the repository at this point in the history
  17. make lint pass

    phated committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    6e698e4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    08ad295 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f6aec36 View commit details
    Browse the repository at this point in the history
  20. introduce gulplog and wire up listener

    kahlil authored and phated committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    ec9f42a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7baf41f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    320c02c View commit details
    Browse the repository at this point in the history
  23. use 1.0.0 of gulplog

    phated committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    62a7cae View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    92e0356 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    832a6a5 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c26cf2e View commit details
    Browse the repository at this point in the history
  27. Added some integration tests

    Romanx authored and phated committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    d0fba75 View commit details
    Browse the repository at this point in the history
  28. Verify pkgPath should use env.cwd

    If cwd is set we should be using that to find the given package as liftoff
    sets cwd to the configBase already if cwd is falsey
    Romanx authored and phated committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    9ec3baa View commit details
    Browse the repository at this point in the history
  29. Package path should no longer be relative

    See cwd change
    Romanx authored and phated committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    b45beeb View commit details
    Browse the repository at this point in the history
  30. Added tests for require module option

    Romanx authored and phated committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    f44cfa7 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    72592bd View commit details
    Browse the repository at this point in the history
  32. fix license property

    phated committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    b86ea81 View commit details
    Browse the repository at this point in the history
  33. bump deps

    phated committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    bda8ac3 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    6f367a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2015

  1. Configuration menu
    Copy the full SHA
    d543afc View commit details
    Browse the repository at this point in the history
  2. linting and cleanup

    phated committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    0fd9075 View commit details
    Browse the repository at this point in the history
  3. add license file

    phated committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    b4cbc14 View commit details
    Browse the repository at this point in the history
  4. reorganize package.json

    phated committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    7387dec View commit details
    Browse the repository at this point in the history
  5. Improve task not found messaging

    This advice seems more-likely to be helpful when mistakenly referencing unknown tasks.
    soulcutter authored and phated committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    9bc66cc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e69cfdc View commit details
    Browse the repository at this point in the history
  7. ignore test output

    phated committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    565cf68 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    62a896e View commit details
    Browse the repository at this point in the history
  9. update package.json

    phated committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    a99a031 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d4c2fc7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    44a14e5 View commit details
    Browse the repository at this point in the history
  12. update README and man page

    phated committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    7fa14fc View commit details
    Browse the repository at this point in the history
  13. bump mute-stdout dep

    phated committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    622db18 View commit details
    Browse the repository at this point in the history
  14. bump interpret dep

    phated committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    30e7ec4 View commit details
    Browse the repository at this point in the history
  15. 1.0.0

    phated committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    5e121b6 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2015

  1. Configuration menu
    Copy the full SHA
    f9834f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f23077 View commit details
    Browse the repository at this point in the history
  3. fix jscs linting

    phated committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    af74029 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #46 from gulpjs/track-logged-errors

    Track logged errors
    phated committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    ce7ae38 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d9013d View commit details
    Browse the repository at this point in the history
  6. cleanup and backport

    phated committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    80ba208 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #47 from gulpjs/register-exports

    register any function that is exported from a gulpfile
    phated committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    d4b85a2 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2015

  1. move branches to debug log

    phated committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    3d28be6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #48 from gulpjs/branches-debug-log

    move branches to debug log
    phated committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    aad015d View commit details
    Browse the repository at this point in the history
  3. 1.1.0

    phated committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    41cead7 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2015

  1. Fixed AppVeyor errors.

    sttk committed Dec 29, 2015
    Configuration menu
    Copy the full SHA
    7845ae7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #52 from sttk/fix_appveyor_errors

    Fixed AppVeyor errors.
    phated committed Dec 29, 2015
    Configuration menu
    Copy the full SHA
    031b163 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2016

  1. add displayName support to exported tasks

    I can't find the exact place with the documentation, but I read somewhere that the task name can be be set using the displayName property on the function. The description property is already working correctly. And displayName is handled correctly elsewhere, (e.g. gulp.parallel)
    
    This small change should fix this.
    nmn committed Jan 2, 2016
    5 Configuration menu
    Copy the full SHA
    b7da669 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2016

  1. Merge pull request #53 from nmn/patch-1

    add displayName support to exported tasks
    phated committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    e8a7950 View commit details
    Browse the repository at this point in the history
  2. 1.1.1

    phated committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    07984b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2016

  1. # This is a combination of 4 commits.

    # The first commit's message is:
    Modify for gulp --tasks
    
    # The 2nd commit message will be skipped:
    
    #	fix eslint and jscs linting
    
    # The 3rd commit message will be skipped:
    
    #	fix test (about task order change in undertaker#tree)
    
    # The 4th commit message will be skipped:
    
    #	fix test (get modified undertaker and add same modification into 4.0.0-alpha.2)
    sttk authored and phated committed Jan 31, 2016
    Configuration menu
    Copy the full SHA
    61a02d6 View commit details
    Browse the repository at this point in the history
  2. cleanup

    phated committed Jan 31, 2016
    Configuration menu
    Copy the full SHA
    6aa13f0 View commit details
    Browse the repository at this point in the history
  3. add appveyor badge

    phated committed Jan 31, 2016
    Configuration menu
    Copy the full SHA
    fb7fcaf View commit details
    Browse the repository at this point in the history
  4. better labels

    phated committed Jan 31, 2016
    Configuration menu
    Copy the full SHA
    1a2f553 View commit details
    Browse the repository at this point in the history
  5. Add custom metadata docs

    phated committed Jan 31, 2016
    Configuration menu
    Copy the full SHA
    c6aba4a View commit details
    Browse the repository at this point in the history
  6. 1.2.0

    phated committed Jan 31, 2016
    Configuration menu
    Copy the full SHA
    962d465 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2016

  1. chore: add NPM script for changelog

    cargo-culted from gulpjs/vinyl-fs@0010bd3
    
    fix #49
    Xiphe committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    c80b6b2 View commit details
    Browse the repository at this point in the history
  2. docs: add initial changelog

    ref #49
    Xiphe committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    745d2c2 View commit details
    Browse the repository at this point in the history
  3. add example usage

    phated committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    7d56090 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2016

  1. Configuration menu
    Copy the full SHA
    0af0e01 View commit details
    Browse the repository at this point in the history
  2. 1.2.1

    phated committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    fef30d8 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2016

  1. Avoid locking errors on AppVeyor

    sttk committed Feb 28, 2016
    Configuration menu
    Copy the full SHA
    8dc8e6e View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2016

  1. Configuration menu
    Copy the full SHA
    07b061c View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2016

  1. Merge pull request #64 from sttk/avoid_lock_error

    Avoid locking errors on AppVeyor
    phated committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    52425f0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #58 from Xiphe/changelog

    Add changelog
    phated committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    8ed7b26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2579884 View commit details
    Browse the repository at this point in the history
  4. update changelog

    phated committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    05c6c4a View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2016

  1. Configuration menu
    Copy the full SHA
    47f10b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2016

  1. Configuration menu
    Copy the full SHA
    dd3623f View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2016

  1. Fix: Adapt to undertaker v1.0.0 (#87)

    sttk authored and phated committed Jul 15, 2016
    Configuration menu
    Copy the full SHA
    0cd8050 View commit details
    Browse the repository at this point in the history
  2. 1.2.2

    phated committed Jul 15, 2016
    Configuration menu
    Copy the full SHA
    51b301a View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2016

  1. New: Support configuration with .gulp.* files (closes #69) (#90)

    Includes implementation for description configuration (closes #70)
    sttk authored and phated committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    9b053ed View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2016

  1. Update: Use gulp-test-tools for testing (#98)

    sttk authored and phated committed Dec 14, 2016
    Configuration menu
    Copy the full SHA
    7c45a0a View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2017

  1. Configuration menu
    Copy the full SHA
    dd7ff9f View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2017

  1. Build: Remove uneven node versions (#101)

    JPeer264 authored and phated committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    3e648d7 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2017

  1. Configuration menu
    Copy the full SHA
    f3b4d7e View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2017

  1. Docs: Clarify CLI semantics when listing more than one task (#105)

    Kyle Cordes authored and phated committed Feb 25, 2017
    Configuration menu
    Copy the full SHA
    18d6090 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2017

  1. Docs: Align README with CLI.md (#106)

    Kyle Cordes authored and phated committed Mar 2, 2017
    Configuration menu
    Copy the full SHA
    606f8f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2017

  1. Configuration menu
    Copy the full SHA
    9753bb9 View commit details
    Browse the repository at this point in the history
  2. Update: Remove lodash.isstring

    phated committed Apr 22, 2017
    Configuration menu
    Copy the full SHA
    267755d View commit details
    Browse the repository at this point in the history
  3. Release: 1.3.0

    phated committed Apr 22, 2017
    Configuration menu
    Copy the full SHA
    879c564 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2017

  1. Configuration menu
    Copy the full SHA
    46a49b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dd0674 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2017

  1. Merge pull request #107 from gulpjs/config-continue

    Update: Add flags.continue to config
    sttk authored Apr 26, 2017
    Configuration menu
    Copy the full SHA
    b11c88e View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2017

  1. New: Add config flags.logLevel (closes #110) (#113)

    sttk authored and phated committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    80c0510 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0abb70d View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2017

  1. Update: Apply depth/compact flags to tasks-json/tasks w/ .gulp.* supp…

    …ort & add sort flag (closes #57) (#75)
    sttk authored and phated committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    86f5df8 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2017

  1. Fix: Blacklist redirect (#118)

    erikkemperman authored and sttk committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    5301b9e View commit details
    Browse the repository at this point in the history
  2. Release: 1.4.0

    phated committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    8db3c71 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2017

  1. Configuration menu
    Copy the full SHA
    252774d View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2017

  1. Upgrade: Update copy-props (closes #123) (#131)

    sttk authored and phated committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    b37e382 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2017

  1. Configuration menu
    Copy the full SHA
    0a4e144 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a53c67f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    970b015 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1a7dab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6a6579 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c82a55c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cf62728 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    42bd46f View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2017

  1. Configuration menu
    Copy the full SHA
    de684c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    276361e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea74721 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2017

  1. Configuration menu
    Copy the full SHA
    6c62c5e View commit details
    Browse the repository at this point in the history