Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8fc08ed

Browse files
committed
Fix jshint usage in gruntfile
1 parent52b2d81 commit8fc08ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎Gruntfile.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
/*global module: true, require:true*/
1+
/*jshint node:true*/
22
module.exports=function(grunt){
33

4+
"use strict";
5+
46
grunt.initConfig({
57
pkg:grunt.file.readJSON('package.json'),
68
concat:{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp