How to use the @pluralsight/ps-design-system-build.fs.readFile function in @pluralsight/ps-design-system-build

To help you get started, we’ve selected a few @pluralsight/ps-design-system-build examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github pluralsight / design-system / packages / errors / build / html.js View on Github external
const renderHtml = async page => {
  const { html, css, ids } = renderStatic(_ =>
    renderToStaticMarkup(React.createElement(page))
  )

  const normalize = await fs.readFile(
    path.join(
      __dirname,
      '..',
      'node_modules',
      '@pluralsight',
      'ps-design-system-normalize',
      'dist',
      'index.css'
    ),
    { encoding: 'utf8' }
  )
  const pageCss = `
    body { background: ${core.colors.gray06}; }
  `

  const template = `