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

Description of custom gulp tasks. #14

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions docs/humpback-commands/gulp-commands.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## Gulp Commands included

When you generate your project you'll get the following commands:

#### gulp drupalcs

This command validates all the custom files with Drupal Coding Standards.

#### gulp eslint

When you run this, it will validate the custom Javascript in the project with best practices and Drupal Coding Standards.

#### gulp phplint

This commands checks the syntax of PHP files in the project.

#### gulp help

This command will show you all the existings tasks for the project.
84 changes: 43 additions & 41 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,50 +6,52 @@ This is the official documentation for the Humpback tool.

- [Home](index.md)
- About:
- [About Humpback](about/about-humpback.md)
- [What's in the box](about/whats-in-the-box.md)
- [About Humpback](about/about-humpback.md)
- [What's in the box](about/whats-in-the-box.md)
- Get started with Humpback:
- Get Humpback:
- [Linux](get-started-with-humpback/get-humpback/linux.md)
- [Mac Os](get-started-with-humpback/get-humpback/mac-os.md)
- [Windows](get-started-with-humpback/get-humpback/windows.md)
- [Creating our first site](get-started-with-humpback/creating-our-first-site.md)
- Get Humpback:
- [Linux](get-started-with-humpback/get-humpback/linux.md)
- [Mac Os](get-started-with-humpback/get-humpback/mac-os.md)
- [Windows](get-started-with-humpback/get-humpback/windows.md)
- [Creating our first site](get-started-with-humpback/creating-our-first-site.md)
- Working with humpback:
- [Project structure](working-with-humpback/project-structure.md)
- [Configure CircleCI + Pantheon](working-with-humpback/configure-circleci-pantheon.md)
- [Using different installation profile](working-with-humpback/using-different-installation-profile.md)
- [Profiling your project with Blackfire](working-with-humpback/profiling-your-project-with-blackfire.md)
- [Debugging your code with Xdebug](working-with-humpback/debugging-your-code-with-xdebug.md)
- [Project structure](working-with-humpback/project-structure.md)
- [Configure CircleCI + Pantheon](working-with-humpback/configure-circleci-pantheon.md)
- [Using different installation profile](working-with-humpback/using-different-installation-profile.md)
- [Profiling your project with Blackfire](working-with-humpback/profiling-your-project-with-blackfire.md)
- [Debugging your code with Xdebug](working-with-humpback/debugging-your-code-with-xdebug.md)
- Developing for humpback:
- [Using your local version of the Humpback generator](developing-for-humpback/using-your-local-version-of-the-generator.md)
- Humpback commands:
- [ahoy up](humpback-commands/ahoy-up.md)
- [ahoy stop](humpback-commands/ahoy-stop.md)
- [ahoy down](humpback-commands/ahoy-down.md)
- [ahoy site](humpback-commands/ahoy-site.md)
- [ahoy site install](humpback-commands/ahoy-site-install.md)
- [ahoy composer](humpback-commands/ahoy-composer.md)
- [ahoy help](humpback-commands/ahoy-help.md)
- [ahoy drush](humpback-commands/ahoy-drush.md)
- [ahoy bash](humpback-commands/ahoy-bash.md)
- [ahoy docker](humpback-commands/ahoy-docker.md)
- [ahoy docker mailhog-url](humpback-commands/ahoy-docker-mailhog-url.md)
- [ahoy docker share-url](humpback-commands/ahoy-docker-share-url.md)
- [ahoy docker url](humpback-commands/ahoy-docker-url.md)
- [ahoy docker vnc-url](humpback-commands/ahoy-docker-vnc-url.md)
- [ahoy docker varnish-url](humpback-commands/ahoy-docker-varnish-url.md)
- Ahoy commands:
- [ahoy up](humpback-commands/ahoy-up.md)
- [ahoy stop](humpback-commands/ahoy-stop.md)
- [ahoy down](humpback-commands/ahoy-down.md)
- [ahoy site](humpback-commands/ahoy-site.md)
- [ahoy site install](humpback-commands/ahoy-site-install.md)
- [ahoy composer](humpback-commands/ahoy-composer.md)
- [ahoy help](humpback-commands/ahoy-help.md)
- [ahoy drush](humpback-commands/ahoy-drush.md)
- [ahoy bash](humpback-commands/ahoy-bash.md)
- [ahoy docker](humpback-commands/ahoy-docker.md)
- [ahoy docker mailhog-url](humpback-commands/ahoy-docker-mailhog-url.md)
- [ahoy docker share-url](humpback-commands/ahoy-docker-share-url.md)
- [ahoy docker url](humpback-commands/ahoy-docker-url.md)
- [ahoy docker vnc-url](humpback-commands/ahoy-docker-vnc-url.md)
- [ahoy docker varnish-url](humpback-commands/ahoy-docker-varnish-url.md)
- [Gulp commands](humpback-commands/gulp-commands.md)
- Toolset details:
- [Nginx](tool-set-details/nginx.md)
- [Mailhog](tool-set-details/mailhog.md)
- [MariaDb](tool-set-details/mariadb.md)
- [Ngrok](tool-set-details/ngrok.md)
- [PHP-FPM](tool-set-details/php-fpm.md)
- [Selenium](tool-set-details/selenium.md)
- [Solr](tool-set-details/solr.md)
- [Traefik](tool-set-details/traefik.md)
- [varnish](tool-set-details/varnish.md)
- [Custom CLI](tool-set-details/custom-cli.md)
- [Blackfire](tool-set-details/blackfire.md)
- [Lighthouse](tool-set-details/lighthouse.md)
- [Xdebug](tool-set-details/xdebug.md)
- [BackstopJS](tool-set-details/backstop.md)
- [Nginx](tool-set-details/nginx.md)
- [Mailhog](tool-set-details/mailhog.md)
- [MariaDb](tool-set-details/mariadb.md)
- [Ngrok](tool-set-details/ngrok.md)
- [PHP-FPM](tool-set-details/php-fpm.md)
- [Selenium](tool-set-details/selenium.md)
- [Solr](tool-set-details/solr.md)
- [Traefik](tool-set-details/traefik.md)
- [varnish](tool-set-details/varnish.md)
- [Custom CLI](tool-set-details/custom-cli.md)
- [Blackfire](tool-set-details/blackfire.md)
- [Lighthouse](tool-set-details/lighthouse.md)
- [Xdebug](tool-set-details/xdebug.md)
- [BackstopJS](tool-set-details/backstop.md)
32 changes: 17 additions & 15 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,23 @@ pages:
- Developing for humpback:
- Using your local version of the Humpback generator: developing-for-humpback/using-your-local-version-of-the-generator.md
- Humpback commands:
- ahoy up: humpback-commands/ahoy-up.md
- ahoy stop: humpback-commands/ahoy-stop.md
- ahoy down: humpback-commands/ahoy-down.md
- ahoy composer: humpback-commands/ahoy-composer.md
- ahoy help: humpback-commands/ahoy-help.md
- ahoy site: humpback-commands/ahoy-site.md
- ahoy site install: humpback-commands/ahoy-site-install.md
- ahoy drush: humpback-commands/ahoy-drush.md
- ahoy bash: humpback-commands/ahoy-bash.md
- ahoy docker: humpback-commands/ahoy-docker.md
- ahoy docker mailhog-url: humpback-commands/ahoy-docker-mailhog-url.md
- ahoy docker share-url: humpback-commands/ahoy-docker-share-url.md
- ahoy docker url: humpback-commands/ahoy-docker-url.md
- ahoy docker vnc-url: humpback-commands/ahoy-docker-vnc-url.md
- ahoy docker varnish-url: humpback-commands/ahoy-docker-varnish-url.md
- Ahoy commands:
- ahoy up: humpback-commands/ahoy-up.md
- ahoy stop: humpback-commands/ahoy-stop.md
- ahoy down: humpback-commands/ahoy-down.md
- ahoy composer: humpback-commands/ahoy-composer.md
- ahoy help: humpback-commands/ahoy-help.md
- ahoy site: humpback-commands/ahoy-site.md
- ahoy site install: humpback-commands/ahoy-site-install.md
- ahoy drush: humpback-commands/ahoy-drush.md
- ahoy bash: humpback-commands/ahoy-bash.md
- ahoy docker: humpback-commands/ahoy-docker.md
- ahoy docker mailhog-url: humpback-commands/ahoy-docker-mailhog-url.md
- ahoy docker share-url: humpback-commands/ahoy-docker-share-url.md
- ahoy docker url: humpback-commands/ahoy-docker-url.md
- ahoy docker vnc-url: humpback-commands/ahoy-docker-vnc-url.md
- ahoy docker varnish-url: humpback-commands/ahoy-docker-varnish-url.md
- Gulp commands: humpback-commands/gulp-commands.md
- Toolset details:
- Nginx: tool-set-details/nginx.md
- Mailhog: tool-set-details/mailhog.md
Expand Down