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

[Gulp] Clean up Sylius gulp files #5748

Merged
merged 1 commit into from
Aug 12, 2016

Conversation

Zales0123
Copy link
Member

Q A
Bug fix? no
New feature? no
BC breaks? no
Related tickets
License MIT

We should deeply consider gulp files structure in Sylius. First step could be splitting Gulpfile.js into ShopBundle and AdminBundle, that would allow us to easily install only needed assets (again - superuseful for Sylius-Standard).

.pipe(livereload())
gulp.task('admin', function() {
gulp.src('src/Sylius/Bundle/AdminBundle/Gulpfile.js', { read: false })
.pipe( chug() )
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we do not surround chug() with spaces? :)

Copy link
Member Author

@Zales0123 Zales0123 Aug 10, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, its ugly :(

@pjedrzejewski pjedrzejewski added UX Issues and PRs aimed at improving User eXperience. Maintenance CI configurations, READMEs, releases, etc. labels Aug 10, 2016
@Zales0123 Zales0123 force-pushed the clean-up-sylius-gulps branch 2 times, most recently from 332cf48 to 3e5a3f7 Compare August 10, 2016 12:03
@Zales0123 Zales0123 changed the title [WIP][Gulp] Clean up Sylius gulp files [Gulp] Clean up Sylius gulp files Aug 11, 2016
@pjedrzejewski pjedrzejewski merged commit 6591c5b into Sylius:master Aug 12, 2016
@pjedrzejewski
Copy link
Member

Thanks Mateusz!

@Zales0123 Zales0123 deleted the clean-up-sylius-gulps branch October 6, 2016 20:32
pamil pushed a commit to pamil/Sylius that referenced this pull request May 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Maintenance CI configurations, READMEs, releases, etc. UX Issues and PRs aimed at improving User eXperience.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants