Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Commit ff1c86a

Browse files
committed
removed comments from Gruntfile.js
1 parent 8836156 commit ff1c86a

File tree

1 file changed

+6
-18
lines changed

1 file changed

+6
-18
lines changed

Gruntfile.js

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -137,32 +137,20 @@ module.exports = function(grunt) {
137137
}
138138
},
139139
'string-replace': {
140+
options: {
141+
replacements: [{
142+
pattern: '<script src="sqlite-parser-demo-min.js"></script>',
143+
replacement: '<script src="sqlite-parser-demo.js"></script>'
144+
}]
145+
},
140146
demo: {
141147
files: {
142148
'demo/index.html': 'demo/index.html'
143-
},
144-
options: {
145-
replacements: [
146-
// place files inline example
147-
{
148-
pattern: '<script src="sqlite-parser-demo.js"></script>',
149-
replacement: '<script src="sqlite-parser-demo-min.js"></script>'
150-
}
151-
]
152149
}
153150
},
154151
interactive: {
155152
files: {
156153
'demo/index.html': 'demo/index.html'
157-
},
158-
options: {
159-
replacements: [
160-
// place files inline example
161-
{
162-
pattern: '<script src="sqlite-parser-demo-min.js"></script>',
163-
replacement: '<script src="sqlite-parser-demo.js"></script>'
164-
}
165-
]
166154
}
167155
}
168156
}

0 commit comments

Comments
 (0)