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

ES6 migrate grunt #1376

Merged
merged 10 commits into from
Jun 12, 2017
Merged

ES6 migrate grunt #1376

merged 10 commits into from
Jun 12, 2017

Conversation

herrmannplatz
Copy link
Contributor

No description provided.

@herrmannplatz herrmannplatz changed the title ES6 migrate grunt/tasks ES6 migrate grunt Jun 12, 2017
Copy link
Contributor

@lipis lipis left a comment

Choose a reason for hiding this comment

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

💯

browsers: [
'Chrome >= 52',
'Edge >= 14',
'Firefox >= 45',
Copy link
Contributor

Choose a reason for hiding this comment

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

Lets align the numbers with the ones that actually get to access the app in one go

grunt.log.ok(`Version target set to ${grunt.option('target')}`);
} else {
target = grunt.config('gitinfo.local.branch.current.name');
}
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this is actually error prone despite having the same bug in the coffeescript implementation. We should set target to a default value of grunt.config and then we also no longer need the if but just do it.

@lipis lipis mentioned this pull request Jun 12, 2017
79 tasks
@herrmannplatz herrmannplatz merged commit 5a2e36d into dev Jun 12, 2017
@gregor gregor deleted the es6/grunt branch June 12, 2017 15:44
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.

3 participants