This repository was archived by the owner on Jul 15, 2019. It is now read-only.
Mojito search path: also look for archetypes in env.mojito.path, if exists#26
Open
isao wants to merge 4 commits intoYahooArchive:developfrom
Open
Mojito search path: also look for archetypes in env.mojito.path, if exists#26isao wants to merge 4 commits intoYahooArchive:developfrom
isao wants to merge 4 commits intoYahooArchive:developfrom
Conversation
the errno property for ENOENT changed from 34 to -2 in node 0.11
for some reason `git clean -dfX **/artifacts` proceeded to delete the
node_modules dir on travis/linux:
> mojito-cli-create@0.0.7 clean /home/travis/build/isao/mojito-cli-create
> git clean -dfX **/artifacts
Removing node_modules/
using a less magic glob to avoid
Prepend "$mojito/archetypes" to the array of directories in which to find archetype templates. The value of $mojito is either <cwd>/node_modules/mojito if it exists, or specified by the --libmojito option. see also issue #1301
|
+1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(Reposting after using the wrong fork isao#6 :/ )
Prepend "$mojito/archetypes" to the array of directories in which to
find archetype templates.
The value of $mojito is either /node_modules/mojito if it exists,
or specified by the --libmojito option.
See also issue YahooArchive/mojito#1301
Note that you can use also use the full path to any directory for archetype templates.