This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 582
Conversation
This file contains 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
…falo into feature-assets-fingerprint
"go get" fetches and installs the specified package according to the documentation: Get downloads the packages named by the import paths, along with their dependencies. It then installs the named packages, like 'go install'. Testing this myself on go1.8.3 and go1.9rc2 having an older version of buffalo binary install, then running: go get -u github.com/gobuffalo/buffalo/... Shows the binary is also updated successfully when checking the version.
…falo into feature-assets-fingerprint
…falo into feature-assets-fingerprint
…falo into feature-assets-fingerprint
Changes yarn command from yarn --no-progress install to yarn install --no-progress". Otherwisei, yarn get confused (because it does not identifies the command) and throws the following: ```bash --> yarn --no-progress install error `install` has been replaced with `add` to add new dependencies. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. ``` Tested on yarn 0.27.5
Assets fingerprint
If the UseCommand is provided, execute it instead of the name.
Enables plugins to determine if they are running as a buffalo plugin
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.
No description provided.