Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/grunt
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2014-03-07 15:36:02 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2014-03-09 11:28:12 +0400
commit8e29b3d321fee63fd763ed010a5733b4fd6e30ab (patch)
tree08fff4f80d6a0d19b602d6315e9b5cf81a3bde7b /grunt
parent8b6532dd7b4c053c546702071057a5285e1555f0 (diff)
Add "grunt/*.js" in the JSHint and JSCS checks.
Diffstat (limited to 'grunt')
-rw-r--r--grunt/ratchicons-data-generator.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/grunt/ratchicons-data-generator.js b/grunt/ratchicons-data-generator.js
index e60514f..a340efa 100644
--- a/grunt/ratchicons-data-generator.js
+++ b/grunt/ratchicons-data-generator.js
@@ -4,6 +4,9 @@
* Original script from Bootstrap (http://getbootstrap.com).
* Bootstrap is copyright 2014 Twitter, Inc. and licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE).
*/
+
+/* jshint node: true */
+
'use strict';
var fs = require('fs');