4.0.0 • Published 6 years ago

cogs-transformer-directives v4.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

cogs-transformer-directives

A directives transformer for Cogs.

Build Status

Extract require and link directives from a file's initial comments.

In the following example, the file itself will be proceeded by every file in the templates directory.

//= requireself
//= require ./templates/**/*

var foo = 'bar';

In this example, the file will be prepended with normalize.css.

/*
= require bower_components/normalize/normalize.css
*/

.foo {
  color: blue;
}
4.0.0

6 years ago

3.0.0

8 years ago

2.0.0

8 years ago

1.0.4

8 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago