raptorjs-legacy / raptorjs

Source code for the RaptorJS Toolkit
Other
94 stars 12 forks source link

Optimizer: Add support for inline dependencies #29

Closed patrick-steele-idem closed 11 years ago

patrick-steele-idem commented 11 years ago

The JavaScript/CSS code for inline dependencies should be added to the HTML page markup inline instead of part of external resource bundles.

Inline dependencies in package.json files: { "path": "test.js", "inline": true }