UNPKG
fuelux
Version:
latest (3.17.2)
3.17.2
3.17.1
3.17.0
3.16.6
3.16.5
3.16.4
3.16.2
3.16.1
3.16.0
3.15.13
3.15.12
3.15.11
3.15.10
3.15.9
3.15.8
3.15.7
3.15.6
3.15.5
3.15.4
3.15.3
3.15.2
3.15.1
3.15.0
3.14.2
3.14.1
3.14.0
3.13.1
3.13.0
3.12.0
3.11.5
3.11.4
3.11.3
3.11.2
3.11.1
3.11.0
3.10.0
3.9.0
Base Fuel UX styles and controls
github.com/ExactTarget/fuelux
ExactTarget/fuelux
fuelux
/
grunt
/
config
/
jshint.js
7 lines
•
250 B
JavaScript
View Raw
1
2
3
4
5
6
7
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'
] };