{"id":19522110,"url":"https://github.com/chrisco/gulp-demp","last_synced_at":"2026-03-02T03:34:33.297Z","repository":{"id":227972111,"uuid":"63902380","full_name":"chrisco/gulp-demp","owner":"chrisco","description":null,"archived":false,"fork":false,"pushed_at":"2016-07-21T21:35:42.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T00:46:51.652Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chrisco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2016-07-21T21:05:51.000Z","updated_at":"2016-07-21T21:30:43.000Z","dependencies_parsed_at":"2024-03-22T10:50:06.581Z","dependency_job_id":null,"html_url":"https://github.com/chrisco/gulp-demp","commit_stats":null,"previous_names":["chrisco/gulp-demp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chrisco/gulp-demp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisco%2Fgulp-demp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisco%2Fgulp-demp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisco%2Fgulp-demp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisco%2Fgulp-demp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrisco","download_url":"https://codeload.github.com/chrisco/gulp-demp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisco%2Fgulp-demp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29991844,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T00:37:12.917Z","updated_at":"2026-03-02T03:34:33.279Z","avatar_url":"https://github.com/chrisco.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gulp Demo\n\nBased on Gulp Docs:    \nhttps://github.com/gulpjs/gulp/blob/master/docs/getting-started.md\n\n## What I Did\n\n#### 1. Install gulp globally:\n\n__If you have previously installed a version of gulp globally, please run `npm rm --global gulp`\nto make sure your old version doesn't collide with gulp-cli.__\n\n```sh\n$ npm install --global gulp-cli\n```\n\n#### 2. Initialize your project directory:\n\n```sh\n$ npm init\n```\n\n#### 3. Install gulp in your project devDependencies:\n\n```sh\n$ npm install --save-dev gulp\n```\n\n#### 4. Create a `gulpfile.js` at the root of your project:\n\n```js\nvar gulp = require('gulp');\n\ngulp.task('default', function() {\n  // place code for your default task here\n});\n```\n\n#### 5. Run gulp:\n\n```sh\n$ gulp\n```\n\nThat worked.\n\n#### Then Elana said to run this:\n\n```\n$ npm i gulp-sass -S\n```\n\n#### And edit the directories and files...\n\nAs per this repo.\n\nGulp watches my scss folder and run the styles task on changes, outputting to the build/css director.\n\nTriggers the 'styles' task with this command:\n\n```\n$ gulp styles\n```\n\nTriggers the 'default' task, which is a 'watch,' in my case, with this command:\n\n```\n$ gulp\n```\n\nIt works.\n\n## More Info and Exercises\n\n* [Galvanize Exercises](https://github.com/gSchool/gulp-exercises)\n* [Danny's Slides](https://docs.google.com/presentation/d/1VahNgKsXsQOOtOXgS0HPeQd9blqrVPjbghOqJZ24XCQ/edit#slide=id.p)\n* [Gulp's 'Getting Started' Docs on Github](https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisco%2Fgulp-demp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrisco%2Fgulp-demp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisco%2Fgulp-demp/lists"}