AndersDJohnson / AndersDJohnson/htmlcompressor
javaScript wan't be compressed
- Lingua principale
- Java
- Stelle
- 1
- Fork
- 0
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
```
What steps will reproduce the problem?
--------------------------------------
echo "
for(i=0;i<prefixes;i++) c('<>') ;
--compress-js
--------------------------------------
What is the expected output? What do you see instead?
expected:
--------------------------------------
for(i=0;i<prefixes;i++)c('<>');
--------------------------------------
given:
--------------------------------------for(i=0;i<prefixes;i++) c('<>') ;
--------------------------------------What version of the product are you using? On what operating system?
htmlcompressor-1.5.3
Please provide any additional information below.
```
Original issue reported on code.google.com by `T.Sick...@gmail.com` on 2 Jun 2013 at 9:08
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.