Skip to content
This repository has been archived by the owner on Apr 8, 2021. It is now read-only.

ember-cli-deploy plugin to push scss files to cobot scss service

License

Notifications You must be signed in to change notification settings

cobot/ember-cli-deploy-cobot-scss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ember-deploy-cobot-scss

This is the adapter implementation to use ember-cli-deploy to upload scss files to the Cobot SCSS service.

Configuration

In your deploy.js add the following:

module.exports = function(environment) {
  return {
    "cobot-scss": {
      srcDir: 'scss', //  files within build dir where scss files are located
      blankOut: ['<path to scss file to be blanked out>'], // usefull to remove files with color definitions that are provided by scss service
      accessToken: '<cobot access token with write_scss scope>',
      bundleUrl: '<url of scss bundle from scss service>'
    }
  };

About

ember-cli-deploy plugin to push scss files to cobot scss service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published