UNPKG

syrup

Version:

A collection of common UI utilities and libraries leveraged by AI2.

14 lines (13 loc) 305 B
/** * Default paths for a typical syrup installation. */ module.exports = { base: process.cwd(), html: 'app/index.html', allLess: 'app/**/*.less', less: 'app/main.less', jsLint: ['app/**/*.js', 'app/**/*.jsx'], js: 'app/main.jsx', assets: 'app/assets/**/*', build: 'build/' };