File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,7 @@ module.exports = function(grunt) {
31
31
match : / h o g e / g,
32
32
replacement : 'fuga'
33
33
}
34
- ] ,
35
- reporterOutput : './log/grunt.log' ,
34
+ ]
36
35
} ,
37
36
dest : {
38
37
src : [ './test/*.phtml' ]
Original file line number Diff line number Diff line change @@ -4,15 +4,8 @@ ecoh 'test';
4
4
<!doctype html>
5
5
<html lang="en">
6
6
<head>
7
- <meta charset="UTF-8">
7
+ <meta charset="UTF-8" / >
8
8
<title>TEST</title>
9
- <script>
10
- var a, b, c;
11
- <?php if (true ): ?>
12
- var test = 'test';
13
- <? prp endif: ?>
14
- console.log(test);
15
- </script>
16
9
</head>
17
10
<body>
18
11
<?php /*
@@ -28,12 +21,19 @@ ecoh 'test';
28
21
<p>hoge</p>
29
22
<ul id="test">
30
23
<?php foreach ($ array as $ val ): ?>
31
- <li class=' item' >
24
+ <li class=" item" >
32
25
<a onlick="void(0);" href="<?php echo 'https://github.com ' ; ?> ">github</a>
33
26
</li>
34
27
<?php endforeach ; ?>
35
28
</ul>
36
29
37
30
<small>hogemoge</small>
31
+ <script>
32
+ var a, b, c;
33
+ <?php if (true ): ?>
34
+ var test = 'test';
35
+ <? prp endif: ?>
36
+ console.log(test);
37
+ </script>
38
38
</body>
39
39
</html>
You can’t perform that action at this time.
0 commit comments