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

Remove duplicate clean command #103

Merged
merged 1 commit into from
Aug 16, 2023
Merged

Remove duplicate clean command #103

merged 1 commit into from
Aug 16, 2023

Conversation

michplunkett
Copy link
Contributor

@michplunkett michplunkett commented Aug 16, 2023

Describe your changes

Removed duplicate instance of clean command.

Checklist before requesting a review

  • All features within the repository still work on my local dev environment.
icj-project-rig % gulp dev
`import sass from 'sass'` is deprecated.
Please use `import * as sass from 'sass'` instead.
[00:38:39] Using gulpfile ~/Documents/GitHub/icj-project-rig/gulpfile.js
[00:38:39] Starting 'dev'...
[00:38:39] Starting 'default'...
[00:38:39] Starting 'clean'...
[00:38:39] Starting 'styles'...
[00:38:39] Starting 'copy'...
[00:38:39] Starting 'nunjucks'...
[00:38:39] Starting 'bake'...
[00:38:39] Finished 'clean' after 3.97 ms
[00:38:39] Starting 'lint'...
[00:38:39] Starting 'scripts'...
[00:38:39] Starting 'images'...
[00:38:39] Finished 'nunjucks' after 126 ms
[00:38:39] Finished 'bake' after 128 ms
[00:38:39] Finished 'lint' after 425 ms
[00:38:42] Finished 'styles' after 3.02 s
[00:38:42] gulp-imagemin: Minified 0 images
[00:38:42] Finished 'scripts' after 2.89 s
[00:38:42] Finished 'copy' after 3.02 s
[00:38:42] Finished 'images' after 2.89 s
[00:38:42] Starting 'format'...
[00:38:42] File 'docs/books/the-clown.html' was not formatted with Prettier
[00:38:42] File 'docs/books/the-hearing-trumpet.html' was not formatted with Prettier
[00:38:42] File 'docs/books/the-shipping-news.html' was not formatted with Prettier
[00:38:42] File 'docs/index.html' was not formatted with Prettier
[00:38:42] Finished 'format' after 103 ms
[00:38:42] Finished 'default' after 3.12 s
[00:38:42] Starting 'serve'...
[Browsersync] Access URLs:
 --------------------------------------
       Local: http://localhost:3001
    External: http://192.168.0.116:3001
 --------------------------------------
          UI: http://localhost:3002
 UI External: http://localhost:3002
 --------------------------------------
[Browsersync] Serving files from: docs

@michplunkett michplunkett self-assigned this Aug 16, 2023
@michplunkett michplunkett merged commit 536af82 into main Aug 16, 2023
2 checks passed
@michplunkett michplunkett deleted the remove_bogus_command branch August 16, 2023 05:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant