{"id":14982178,"url":"https://github.com/p3yman/frontier","last_synced_at":"2026-02-14T10:03:19.853Z","repository":{"id":123994533,"uuid":"124729087","full_name":"p3yman/frontier","owner":"p3yman","description":"🚀 A workflow for front-end projects with gulp","archived":false,"fork":false,"pushed_at":"2018-07-07T08:24:15.000Z","size":111,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-17T13:42:08.971Z","etag":null,"topics":["css","front-end","gulpjs","html","javascript","ui","workflow"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/p3yman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"publiccode":null,"codemeta":null}},"created_at":"2018-03-11T06:16:32.000Z","updated_at":"2018-07-12T05:45:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"3b36fa8f-3982-4cef-ac00-265c60d35b4d","html_url":"https://github.com/p3yman/frontier","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"6bf27bf307842d7f89b3d8e1b6486884054f0ebd"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/p3yman/frontier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p3yman%2Ffrontier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p3yman%2Ffrontier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p3yman%2Ffrontier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p3yman%2Ffrontier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/p3yman","download_url":"https://codeload.github.com/p3yman/frontier/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p3yman%2Ffrontier/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29442334,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T07:24:13.446Z","status":"ssl_error","status_checked_at":"2026-02-14T07:23:58.969Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["css","front-end","gulpjs","html","javascript","ui","workflow"],"created_at":"2024-09-24T14:04:55.128Z","updated_at":"2026-02-14T10:03:19.838Z","avatar_url":"https://github.com/p3yman.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Frontier\n### A starter for front-end projects with gulp\n\nThis is a workflow for front-end and ui projects. Works done with this workflow is:\n    \n- Sass: Watch, compile, add source maps, autoprefix, minify, csscomb and rtl \n- HTML: Use partials, conditions and loops using gulp-file-include\n- JS: Concat, uglify and minify js files with seperation of vendor and libraries files.\n- Images: Compression\n- Fonts: Copy\n- Build: Backup source, zip and clear dist\n\n### Packages used:\n- [gulp](https://www.npmjs.com/package/gulp)\n- [gulp-sass](https://www.npmjs.com/package/gulp-sass)\n- [gulp-sourcemaps](https://www.npmjs.com/package/gulp-sourcemaps)\n- [gulp-cssnano](https://www.npmjs.com/package/gulp-cssnano)\n- [gulp-autoprefixer](https://www.npmjs.com/package/gulp-autoprefixer)\n- [gulp-rename](https://www.npmjs.com/package/gulp-rename)\n- [gulp-newer](https://www.npmjs.com/package/gulp-newer)\n- [gulp-rimraf](https://www.npmjs.com/package/gulp-rimraf)\n- [gulp-concat](https://www.npmjs.com/package/gulp-concat)\n- [gulp-file-include](https://www.npmjs.com/package/gulp-file-include)\n- [gulp-uglify](https://www.npmjs.com/package/gulp-uglify)\n- [gulp-csscomb](https://www.npmjs.com/package/gulp-csscomb)*\n\n* `gulp-csscomb` has a config file that is placed in route folder called `.csscomb.json`. You can change it's configs using it's own [documentations](http://csscomb.com/docs).\n\n### Install\n- Make sure you have these installed\n    - [Node.js](https://nodejs.org)\n    - [npm](https://www.npmjs.com/)\n    - [Git](https://git-scm.com/)\n- Clone this repository using `git clone https://github.com/peyman3d/frontier.git FOLDERNAME`\n- CD to the folder cd FOLDERNAME\n- Run `npm install` to install the node.js dependencies\n- Run `gulp` to start gulp workflow watchers\n\n### Folder structure\nI tried to make folder structure as simple as it can and it's like this:\n```\nproject\n└── src\n    ├── fonts\n    ├── html\n    │   ├── elements // for elements like post-item.html\n    │   ├── partials // for partials like header.html or sidebar.html\n    ├── images\n    ├── js\n        ├── vendor // for external plugins like jquery\n        ├── lib // for project js files\n    └── sass // for sass files. you can set inner structure as you want\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp3yman%2Ffrontier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fp3yman%2Ffrontier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp3yman%2Ffrontier/lists"}