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 support for Gulp file with Babel #866

Merged
merged 3 commits into from
Apr 22, 2017

Conversation

mamadoo
Copy link
Contributor

@mamadoo mamadoo commented Apr 8, 2017

Changes proposed:

  • Add

Things I've done:

  • Add support for gulpfile.babel.js

@codecov
Copy link

codecov bot commented Apr 8, 2017

Codecov Report

Merging #866 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #866   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          40     40           
  Lines        1887   1887           
  Branches       92     92           
=====================================
  Hits         1887   1887
Impacted Files Coverage Δ
src/icon-manifest/supportedExtensions.ts 100% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 77c7cc1...805cb8d. Read the comment docs.

@@ -158,6 +158,7 @@ export const extensions: IFileCollection = {
{ icon: 'groovy2', extensions: [], languages: [languages.groovy], format: FileFormat.svg, disabled: true },
{ icon: 'grunt', extensions: ['gruntfile.js'], filename: true, format: FileFormat.svg },
{ icon: 'gulp', extensions: ['gulpfile.js'], filename: true, format: FileFormat.svg },
{ icon: 'gulp', extensions: ['gulpfile.babel.js'], filename: true, format: FileFormat.svg },
Copy link
Member

Choose a reason for hiding this comment

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

do not redefine the extension, just add it the line above like this:
{ icon: 'gulp', extensions: ['gulpfile.js', 'gulpfile.babel.js'], filename: true, format: FileFormat.svg },

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok, got it.
Thanks.

@robertohuertasm
Copy link
Member

@mamadoo could you rebase your branch with our master? I'll merge it after that. Thanks for your PR!

@jens1o
Copy link
Member

jens1o commented Apr 9, 2017

We can do that too @robertohuertasm ?

@robertohuertasm
Copy link
Member

Yes, I know but I prefer users do that if possible.

@jens1o
Copy link
Member

jens1o commented Apr 9, 2017

Okay.

@mamadoo
Copy link
Contributor Author

mamadoo commented Apr 9, 2017

I don't clone the forked repository in my computer at first. I change this file directly in github online and the create the PR for that. I don't know how to rebase forked account directly in github online (i just know in command line).
If you can Please do it.
If not i clone in computer and then pull it.

@JimiC
Copy link
Member

JimiC commented Apr 9, 2017

@mamadoo What you did is equally fine.

@robertohuertasm robertohuertasm merged commit e7428b1 into vscode-icons:master Apr 22, 2017
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.

None yet

4 participants