UNPKG

fuelux

Version:

Base Fuel UX styles and controls

9 lines (8 loc) 283 B
module.exports = { options: { jshintrc: '.jshintrc', // use project defined jshint settings which can be shared with IDEs etc ignores: ['test/data/*.js'] }, sourceAndDist: ['Gruntfile.js', 'js/*.js', 'dist/fuelux.js'], tests: ['test/**/*.js', '!test/commonjs-bundle.js'], };