Skip to content

acss-io/gulp-atomizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulp-atomizer

Gulp plugin for Atomizer.

Warning: This is my first gulp plugin. You may find some rough edges. If something doesn't work right please submit a bug report or pull request. I'm committed to maintaining it and making it work like any other first-class gulp plugin.

Installation

npm install --save-dev gulp-atomizer

Example

var gulp = require('gulp');
var acss = require('gulp-atomizer');

gulp.task('acss', function() {
  return gulp.src('./*.html')
    .pipe(acss())
    .pipe(gulp.dest('dist'));
});

Testing

Use Mocha.

npm install -g mocha  # install globaly
mocha                 # run the tests

About

Gulp plugin for Atomizer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •