UNPKG

fuelux

Version:

Base Fuel UX styles and controls

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