jsreport-static-resources

0.2.2 • Public • Published

jsreport-static-resources

NPM Version

jsreport extension serving static scripts and styles like jquery or bootstrap from the pre-configured directory.

npm install jsreport-static-resources

Copy the scripts, styles or other static resources to the jsreport data directory data\staticResources

Reference resources inside the template content using $staticResources property provided to the templating engine.

<html>
    <head>
        <link rel="stylesheet" type="text/css" href="{{$staticResources}}/style.css">
    </head>
...

Optionally override the path to the static resources directory inside the jsreport configuration

{
  ...
  'static-resources': {
    'directory': 'c:\build'
  }
  ...
}

jsreport-core

You can apply this extension also manually to jsreport-core

var jsreport = require('jsreport-core')()
jsreport.use(require('jsreport-static-resources')())

/jsreport-static-resources/

    Package Sidebar

    Install

    npm i jsreport-static-resources

    Weekly Downloads

    4

    Version

    0.2.2

    License

    none

    Last publish

    Collaborators

    • pofider
    • bjrmatos