We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gulp
heroku
Create a heroku.js script which handles at least the gulp copy-assets && gulp sassdoc portion of the heroku script in package.json.
heroku.js
gulp copy-assets && gulp sassdoc
We have made the decision to move away from Gulp and write our own build scripts.
The heroku NPM script calls tasks through Gulp, which breaks when these tasks are updated to remove Gulp (eg: #2767).
We should ensure our NPM scripts have no gulp dependencies.
Developers
The text was updated successfully, but these errors were encountered:
gulpfile.js
Moving this back to the backlog, as its dependent on updating the compilation tasks.
Sorry, something went wrong.
Going to close this in favour of #2717
Think we need a discussion on the current state of this to prioritise future work.
No branches or pull requests
What
Create a
heroku.js
script which handles at least thegulp copy-assets && gulp sassdoc
portion of theheroku
script in package.json.Why
We have made the decision to move away from Gulp and write our own build scripts.
The
heroku
NPM script calls tasks through Gulp, which breaks when these tasks are updated to remove Gulp (eg: #2767).We should ensure our NPM scripts have no gulp dependencies.
Who needs to work on this
Developers
Who needs to review this
Developers
Done when
heroku
NPM script has been abstracted into a separate JS file, or removed entirelyThe text was updated successfully, but these errors were encountered: