{"id":15932603,"url":"https://github.com/snugug/gulp-simple-compass","last_synced_at":"2025-10-31T09:42:58.401Z","repository":{"id":23417425,"uuid":"26780073","full_name":"Snugug/gulp-simple-compass","owner":"Snugug","description":null,"archived":false,"fork":false,"pushed_at":"2014-11-18T14:41:45.000Z","size":124,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-03T20:07:33.628Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Snugug.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":"2014-11-17T22:19:18.000Z","updated_at":"2014-11-18T14:41:38.000Z","dependencies_parsed_at":"2022-07-25T10:01:59.263Z","dependency_job_id":null,"html_url":"https://github.com/Snugug/gulp-simple-compass","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Snugug%2Fgulp-simple-compass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Snugug%2Fgulp-simple-compass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Snugug%2Fgulp-simple-compass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Snugug%2Fgulp-simple-compass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Snugug","download_url":"https://codeload.github.com/Snugug/gulp-simple-compass/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240170065,"owners_count":19759143,"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-07T02:02:47.944Z","updated_at":"2025-10-31T09:42:53.357Z","avatar_url":"https://github.com/Snugug.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-simple-compass\n[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url]  [![Coverage Status][coveralls-image]][coveralls-url] [![Dependency Status][depstat-image]][depstat-url]\n\n\u003e A simple [Compass](http://compass-style.org/) plugin for [gulp](https://github.com/wearefractal/gulp)\n\nSimple Compass is a simple Gulp task for running Compass. It's opinionated and only allows you to configure a handful of things. If you want something more configurable, look at [gulp-compass](https://www.npmjs.org/package/gulp-compass).\n\n## Requirements\n\nInstall [Bundler](http://bundler.io/) and make sure your [Gemfile](http://bundler.io/gemfile.html) includes Compass. Also make sure your gems are installed. I recommend running `bundle install --path vendor` to install them to a vendor folder local to your current project. All Simple Compass commands are run through Bundler. Yes, you must use Bundler.\n\nSimple Compass relies on Compass' [`config.rb`](http://compass-style.org/help/documentation/configuration-reference/) for configuring. It is expecting this file to be at the same level as your `Gulpfile.js`. No, you cannot configure this.\n\n## Usage\n\nFirst, install `gulp-simple-compass` as a development dependency:\n\n```shell\nnpm install --save-dev gulp-simple-compass\n```\n\nThen, add it to your `gulpfile.js`:\n\n```javascript\nvar compass = require('gulp-simple-compass');\n\ngulp.src('./sass/**/*.scss')\n\t.pipe(compass());\n```\n\n## Configuration\n\n### compass(options)\n\nOptions are optional.\n\n#### options.watch\nType: `Boolean`\nFlag: `--watch`\nDefault: `false`\n\nWhether you would like to run `compass watch`. If set to `false`, will run `compass compile`\n\n#### options.poll\nType: `Boolean`\nFlag: `--poll`\nDefault: `false`\n\nWhether you would like to poll for changes while using `--watch`\n\n#### options.environment\nType: `Boolean`\nFlag: `--environment name` or `--env name`\nDefault: `':development'`\n\nThe environment you would like to run against.\n\n#### options.force\nType: `Boolean`\nFlag: `--force`\nDefault: `false`\n\nWhether you would like to force a compilation to take place\n\n\n#### options.time\nType: `Boolean`\nFlag: `--time`\nDefault: `false`\n\nWhether you would like Compass to return the amount of time it's taken to run the compile\n\n#### options.failOnError\nType: `Boolean`\nFlag: `--fail`\nDefault: `false`\n\nWhether you would like the plugin to break the process on an error\n\n\n\n## License\n\n[MIT License](http://en.wikipedia.org/wiki/MIT_License)\n\n[npm-url]: https://npmjs.org/package/gulp-simple-compass\n[npm-image]: https://badge.fury.io/js/gulp-simple-compass.png\n\n[travis-url]: http://travis-ci.org/Snugug/gulp-simple-compass\n[travis-image]: https://secure.travis-ci.org/Snugug/gulp-simple-compass.png?branch=master\n\n[coveralls-url]: https://coveralls.io/r/Snugug/gulp-simple-compass\n[coveralls-image]: https://coveralls.io/repos/Snugug/gulp-simple-compass/badge.png\n\n[depstat-url]: https://david-dm.org/Snugug/gulp-simple-compass\n[depstat-image]: https://david-dm.org/Snugug/gulp-simple-compass.png\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnugug%2Fgulp-simple-compass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsnugug%2Fgulp-simple-compass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnugug%2Fgulp-simple-compass/lists"}