Files: cfc8d49135488f7554210234b3a503c2dbd6c6a5 / dictionary / stylus.js
251 bytesRaw
1 | ; |
2 | |
3 | module.exports = { |
4 | pkg: { |
5 | assets: [ |
6 | 'lib/**/*.styl' |
7 | ], |
8 | log: function (log, opts) { |
9 | log.warn('Add { paths: [ __dirname ] } to ' + |
10 | 'stylus options to resolve imports', [ opts.packagePath ]); |
11 | } |
12 | } |
13 | }; |
14 |
Built with git-ssb-web