{"id":24408600,"url":"https://github.com/jenstornell/gulpfile-style-script","last_synced_at":"2025-06-16T16:05:29.416Z","repository":{"id":217043547,"uuid":"163090325","full_name":"jenstornell/gulpfile-style-script","owner":"jenstornell","description":"gulpfile.js for Gulp 4 - SASS and JS","archived":false,"fork":false,"pushed_at":"2018-12-29T04:44:55.000Z","size":9,"stargazers_count":10,"open_issues_count":1,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T02:03:57.434Z","etag":null,"topics":["gulp","gulp-4","gulp-sass","gulp-watch","gulpfile"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/jenstornell.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}},"created_at":"2018-12-25T14:41:49.000Z","updated_at":"2024-07-15T11:00:13.000Z","dependencies_parsed_at":"2024-01-14T08:12:19.017Z","dependency_job_id":"ed4c5fab-e3ac-4cec-904c-40c71b09f930","html_url":"https://github.com/jenstornell/gulpfile-style-script","commit_stats":null,"previous_names":["jenstornell/gulpfile-style-script"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenstornell%2Fgulpfile-style-script","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenstornell%2Fgulpfile-style-script/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenstornell%2Fgulpfile-style-script/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenstornell%2Fgulpfile-style-script/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jenstornell","download_url":"https://codeload.github.com/jenstornell/gulpfile-style-script/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248505863,"owners_count":21115354,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["gulp","gulp-4","gulp-sass","gulp-watch","gulpfile"],"created_at":"2025-01-20T05:52:19.633Z","updated_at":"2025-04-12T02:04:02.727Z","avatar_url":"https://github.com/jenstornell.png","language":"JavaScript","funding_links":["https://www.paypal.me/DevoneraAB"],"categories":[],"sub_categories":[],"readme":"# gulpfile.js for Gulp 4\n\n## SASS\n\nSASS-files saved in `assets/css/src` will be merged and converted to CSS and put into `assets/css/dist`.\n\n## Javascript\n\nJavascript-files saved in `assets/js/src` will be merged and minified and put into `assets/js/dist`.\n\n### 1. Install NodeJS\n\n[Download](https://nodejs.org/en/) and install NodeJS.\n\n### 2. Install Gulp\n\n#### All packages for both CSS and JS\n\n```text\nnpm install --save-dev gulp gulp-sass gulp-autoprefixer gulp-concat gulp-uglify-es gulp-csso gulp-rename\n```\n\n#### Only CSS packages\n\n```text\nnpm install --save-dev gulp gulp-sass gulp-autoprefixer gulp-concat gulp-csso gulp-rename\n```\n\n#### Only JS packages\n\n```text\nnpm install --save-dev gulp gulp-concat gulp-uglify-es gulp-rename\n```\n\n### 3. Place your gulpfile.js\n\nPlace your `gulpfile.js` in your project, often at the root.\n\n### 4. Run\n\nRun `gulp` to watch for file changes.\n\nWhen saving files in `assets/css/src` or `assets/js/src`, they should be converted and placed into the `dist` folders.\n\n## Donate\n\nDonate to [DevoneraAB](https://www.paypal.me/DevoneraAB) if you want.\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenstornell%2Fgulpfile-style-script","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjenstornell%2Fgulpfile-style-script","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenstornell%2Fgulpfile-style-script/lists"}