Closed seyDoggy closed 9 years ago
hi pal,
mmmm strange scenario, the grunt-replace
were looking for @@VIEWONLINE
tag in app/index.html
file, but i dont know why it brokes ...
What contents got your index.html file ??
oups, wait a minute ...
the patterns way are:
patterns: [{
match: 'VIEWONLINE',
replacement: '<%= paths.target %>/<%= paths.saveas %>'
}]
replacement
attribute and NOT replace
...
probably it solves your issue ... thks !
O... M... G...
same issue.. solved...
What am I doing wrong here?
I make a config and task:
Then I run it:
But it fails.