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

Remove unnecessary demo app templating #978

Merged
merged 1 commit into from
Jan 23, 2019
Merged

Remove unnecessary demo app templating #978

merged 1 commit into from
Jan 23, 2019

Conversation

wincent
Copy link
Contributor

@wincent wincent commented Jan 23, 2019

The only difference between the prod build and dev build is that the former uses the minified JS and CSS bundles. In practice, the "main" entry point in our package.json points at the non-minified build, so it's appropriate that we use the same build in the demo.

Motivation: this simplifies the build and removes a dependency, which will make it easier to move to Gulp v4.

Test plan: npm run dev and npm run start and confirm demo works.

@wincent wincent requested a review from julien January 23, 2019 12:23
The only difference between the prod build and dev build is that the
former uses the minified JS and CSS bundles. In practice, the "main"
entry point in our package.json points at the non-minified build, so
it's appropriate that we use the same build in the demo.

Motivation: this simplifies the build and removes a dependency, which
will make it easier to move to Gulp v4.

Test plan: `npm run dev` and `npm run start` and confirm demo works.
@julien
Copy link
Contributor

julien commented Jan 23, 2019

Just started reviewing :)

:octocat: Sent from GH.

@wincent wincent merged commit 651e4d3 into liferay:2.x-develop Jan 23, 2019
@wincent wincent deleted the gulp-v4-step-1 branch January 24, 2019 14:28
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.

2 participants