Skip to content
New issue

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

Check for node_modules in start.js then run gulp - with logging #301

Closed
wants to merge 1 commit into from

Conversation

joelanman
Copy link
Contributor

this fixes #300

the kit now works the same way it did with Grunt - start.js checks for node_modules, then runs gulp. The only difference is we have to add logging to gulp. In gulp this is done by the command line app. I've copied and pasted the code they use.

It'd be really useful if the logging was made available by gulp so it can be used programmatically in exactly the same way as from the command line.

@joelanman
Copy link
Contributor Author

closing in favour of #303 as that doesn't require copying and pasting code from gulp

@joelanman joelanman closed this Nov 2, 2016
rpowis pushed a commit to hmrc/govuk_prototype_kit that referenced this pull request Jan 31, 2017
# 4.14.1

- Fix tabular number sizing in Firefox ([PR
alphagov#301](alphagov/govuk_frontend_toolkit#301))

# 4.14.0

- Allow use of multiple GA customDimensionIndex. See [this
section](https://github.com/alphagov/govuk_frontend_toolkit/blob/master/
docs/javascript.md#using-google-custom-dimensions-with-your-own-statisti
cal-model) of the documentation for more information.
- Configurable duration (in days) for AB Test cookie. See [this
section](https://github.com/alphagov/govuk_frontend_toolkit/blob/master/
docs/javascript.md#multivariate-test-framework) of the documentation
for more information.
- Allow base scripts to run within a module loader. See [this
PR](alphagov/govuk_frontend_toolkit#290) for
more information.

https://raw.githubusercontent.com/alphagov/govuk_frontend_toolkit/master
/CHANGELOG.md
@kr8n3r kr8n3r deleted the node-modules-check branch November 6, 2018 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

kit doesn't start on windows
1 participant