How to use the @mapbox/assembly.buildUserAssets function in @mapbox/assembly

To help you get started, we’ve selected a few @mapbox/assembly 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 mapbox / jsxtreme-markdown / repl / build-css.js View on Github external
'use strict';

const path = require('path');
const Assembly = require('@mapbox/assembly');

// You'll have to re-run this every time codemirror.css changes.

Assembly.buildUserAssets(path.join(__dirname, './dist'), {
  files: [path.join(__dirname, './src/codemirror.css')],
  icons: []
});

@mapbox/assembly

A CSS framework

ISC
Latest version published 1 month ago

Package Health Score

73 / 100
Full package analysis

Popular @mapbox/assembly functions

Similar packages