Skip to content

Automatic import of node_modules #13

Description

@macmladen

It would be nice to support node_modules import the way bower is supported as lot of libraries can now be downloaded with npm therefore reducing complexity and eliminating bower if possible.

Like:

var sass = require('node-sass');,
    importOnce = require('node-sass-import-once');

sass.render({
  file: scss_filename,
  importer: importOnce,
  importOnce: {
    index: false,
    css: false,
    bower: false,
    node: false
  }
});

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions