Sha256: e7edb7d864b121ca0a25744c9b19369195af15651f9d7bfb80ece5ae5948167e
Contents?: true
Size: 286 Bytes
Versions: 2
Compression:
Stored size: 286 Bytes
Contents
var path = require('path'); function getPaths() { var neatPaths = require('node-neat').includePaths; var boardingPassPaths = path.join(__dirname, 'app/assets/stylesheets'); return neatPaths.concat(boardingPassPaths); } module.exports = { includePaths: getPaths() };
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
boarding_pass-1.0.0.beta2 | index.js |
boarding_pass-1.0.0.beta1 | index.js |