{"id":16666523,"url":"https://github.com/patricknelson/sassified-sprites","last_synced_at":"2025-08-04T20:10:12.220Z","repository":{"id":36186378,"uuid":"40490558","full_name":"patricknelson/sassified-sprites","owner":"patricknelson","description":"Generic boilerplate used for building SASS and compiling sprites. Feel free to change this to suit your needs!","archived":false,"fork":false,"pushed_at":"2015-08-10T19:35:23.000Z","size":144,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-19T16:32:32.646Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/patricknelson.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}},"created_at":"2015-08-10T15:36:34.000Z","updated_at":"2017-05-01T23:01:51.000Z","dependencies_parsed_at":"2022-08-18T06:29:59.581Z","dependency_job_id":null,"html_url":"https://github.com/patricknelson/sassified-sprites","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patricknelson%2Fsassified-sprites","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patricknelson%2Fsassified-sprites/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patricknelson%2Fsassified-sprites/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patricknelson%2Fsassified-sprites/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/patricknelson","download_url":"https://codeload.github.com/patricknelson/sassified-sprites/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243310447,"owners_count":20270793,"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":[],"created_at":"2024-10-12T11:11:17.480Z","updated_at":"2025-03-12T23:27:45.229Z","avatar_url":"https://github.com/patricknelson.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sassified-sprites\nGeneric boilerplate used for building SASS and compiling sprites. This is intended to stay pretty simple, so feel free to copy, modify and change this to suit your needs.\n\n\n## Usage:\n\n* `grunt build-sprites`\n\t* Generates sprites and minifies/optmizes the resulting sprites.png output file. Will also generate a _sprites.scss file which can be integrated into your SCSS project.\n* `grunt build`\n\t* Generates all sprites and compiles SASS/SCSS down to CSS.\n* `grunt dev`\n\t* Same as \"build\" above but also waits for more changes and regenerates all dynamic files when changes occur.\n\n\n## Features\n\n* Boilerplate for compiling SASS/SCSS files to CSS.\n* Automatically generates and minifies PNG sprites, including easy to use accompanying SASS `%sprite-imagename` placeholders.\n* Includes a the grunt [PostCSS](https://github.com/nDmitry/grunt-postcss) task with the [autoprefixer-core](https://github.com/postcss/autoprefixer-core) plugin for better browser backward compatibility.\n\n\n## System Requirements\n\n* [ruby](https://www.ruby-lang.org/) v1.9+\n    * [bundler](http://bundler.io/): Manages ruby packages (gems) `gem install bundler`\n    * Make sure RubyGems is up-to-date: `gem update --system`\n* [node.js](http://nodejs.org/)\n    * [npm](https://npmjs.org/): Manages node.js packages `npm update -g npm`\n    * [grunt cli](http://gruntjs.com/): Task runner `npm install -g grunt-cli`\n    * [bower](http://bower.io/): Manages css and javascript packages `npm install -g bower`\n\n\n## Installation\n\nFirst, see above to make sure you've got the right system requirements. Then, run the following commands:\n\n```bash\n# Installs ruby gems (sass, compass).\nbundle install\n\n# Install node.js packages (grunt tasks like watch and imagine for sprites/minification)\nnpm install\n\n# Get started with development!\ngrunt dev\n```\n\n\n## Configuration\n\nYou can configure file paths at the top of the provided `Gruntfile.js`. The following paths are available by default:\n\n* `css`\n\t* Where generated CSS is stored. By default, only `main.css` will end up here.\n* `scss`\n\t*  Source directory where your SASS/SCSS will live. Any *.scss files (not starting with an underscore) will be converted to CSS files living in the above `css` directory, if placed here.\n*  `images/sprites/src`\n\t*  Store any small image files which should be combined into a single sprite in this directory.\n*  `images/sprites/build`\n\t*  Where the final generated sprite image file (`sprites.png`) will be placed.  \n\n\n## To Do\n\n* Setup a demo.html file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatricknelson%2Fsassified-sprites","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatricknelson%2Fsassified-sprites","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatricknelson%2Fsassified-sprites/lists"}