Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

[Enhancement] Passes import path to importer as option #136

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jasonmit
Copy link

@jasonmit jasonmit commented Aug 4, 2015

Closes #135

@@ -23,7 +23,9 @@ var variables = require('rework-vars');

exports.import = function(options){
return 'undefined' == typeof window && options.source
? importer()
? importer({
path: options.paths
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I went to paths since path implies a string when it can handle an array of paths

@jasonmit
Copy link
Author

Any chance this can be merged or discussed?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant