UNPKG
gulp-token-replace
Version:
latest (1.1.5)
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0
A token replace plugin for gulp
github.com/Pictela/gulp-token-replace
Pictela/gulp-token-replace
gulp-token-replace
/
test
/
fixtures
/
source3_tokens.js
9 lines
•
132 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module.exports
=
{
root:
{
name:
'This is the root name'
,
first:
{
name:
'First\'
s
Name'
,
age:
99
} } }
;