UNPKG

glint

Version:

Glint is an asset (css, js, whatever-you-need) management that helps you organize and manage your client side files

10 lines (9 loc) 357 B
var path = require('path'); var cwd = process.cwd(); module.exports = [ path.join(cwd, "test/fixtures/assets/template.jade"), path.join(cwd, "test/fixtures/assets/styles.styl"), path.join(cwd, "test/fixtures/assets/template.scss"), path.join(cwd, "test/fixtures/assets/gallery.js"), path.join(cwd, "test/fixtures/assets/gallery.css") ];