Skip to content

Commit b592113

Browse files
committed
remove jshint
1 parent 1c1b2d8 commit b592113

3 files changed

Lines changed: 2 additions & 10 deletions

File tree

Gruntfile.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
module.exports = function(grunt) {
22

33
grunt.initConfig({
4-
jshint: {
5-
files: ['Gruntfile.js', 'js/**/*.js'],
6-
options: {
7-
jshintrc: '.jshintrc'
8-
}
9-
},
104
uglify: {
115
dist: {
126
files: {
@@ -50,7 +44,6 @@ module.exports = function(grunt) {
5044
require('load-grunt-tasks')(grunt);
5145

5246
grunt.registerTask('default', [
53-
'jshint',
5447
'sass',
5548
'cssmin',
5649
'uglify'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.1.0 CSS framework. It provides a faster, easier and less repetitive way for web developers to create elegant web apps.
44

5-
Bootflat is built on the foundations of Bootstrap, visioned in a stunning flat design. Bootstrap itself is a trusted, reliable and proven tool for developers. Built with `Sass`.
5+
Bootflat is built on the foundations of Bootstrap, visioned in a stunning flat design. Bootstrap itself is a trusted, reliable and proven tool for developers. Built with `Sass 3.3.0.rc.2`.
66

77
Bootflat is compatible with the following browsers: `IE8, IE9, IE10, Firefox, Safari, Opera, Chrome`.
88

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Bootflat",
33
"private": false,
44
"version": "2.0.0",
5-
"description": "BOOTFLAT is an open source Flat UI KIT based on Twitter Bootstrap 3.1.0 css framework. It provides a faster, easier and less repetitive way for web developers to create elegant web app.",
5+
"description": "BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.1.0 CSS framework. It provides a faster, easier and less repetitive way for web developers to create elegant web apps.",
66
"author":"Flathemes",
77
"license": "MIT",
88
"devDependencies": {
@@ -11,7 +11,6 @@
1111
"grunt-contrib-copy": "~0.4.1",
1212
"grunt-contrib-concat": "~0.3.0",
1313
"grunt-contrib-uglify": "~0.2.4",
14-
"grunt-contrib-jshint": "~0.6.4",
1514
"grunt-contrib-sass": "~0.5.0",
1615
"load-grunt-tasks": "~0.2.0"
1716
}

0 commit comments

Comments
 (0)