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

add gulp build pipeline to online demo #1075

Merged
merged 1 commit into from Sep 14, 2016
Merged

add gulp build pipeline to online demo #1075

merged 1 commit into from Sep 14, 2016

Conversation

arlimus
Copy link
Contributor

@arlimus arlimus commented Sep 14, 2016

starting point, more to do

why does it matter?
to build an offline version of the online demo.
we push it to gh-pages via our build process next

@arlimus arlimus added the Type: Chore How can you have any pudding if you don't eat your meat? label Sep 14, 2016
@arlimus arlimus added this to the 0.35.0 milestone Sep 14, 2016
@arlimus arlimus self-assigned this Sep 14, 2016
gulp.task('build', ['webpack', 'copy'], function(){
return gulp.src('index.html')
.pipe(useref())
.pipe(debug({ title: 'Uglify scripts' }))
Copy link
Contributor

Choose a reason for hiding this comment

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

We may think about using the uglify webpack plugin

Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Great suggestion, will add uglify to webpack as well. We will need it in both places.

@arlimus arlimus merged commit 650e025 into master Sep 14, 2016
@arlimus arlimus deleted the dr/build-demo branch September 14, 2016 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Chore How can you have any pudding if you don't eat your meat?
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants