greenlaw110 / greenscript

A tool help web developers manage javascript/css rendering, including minimize and dependence management
42 stars 24 forks source link

@greenscipt.js(output="all") doesn't display inline js #58

Open tistvan opened 12 years ago

tistvan commented 12 years ago

@greenscript.js(output="all") doesn't display the inline javascripts.

Eg. the javascript in the following code is missing from the generated html: @greenscript.js() { alert("hello"); }