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

[Build] Fix incorrect format of file permission #504

Merged
merged 2 commits into from
Feb 24, 2019
Merged

[Build] Fix incorrect format of file permission #504

merged 2 commits into from
Feb 24, 2019

Conversation

ColinFrick
Copy link
Member

Description

gulp-chmod needs the octal representation of the file permissions (f.e. 0o755), but in the config it was saved as a string. As a result, gulp-chmod crashed.
Additionally permissions on js files were not set correctly.

Closes

#502

@ColinFrick ColinFrick added the type/build Anything related to the build process label Feb 20, 2019
@ColinFrick ColinFrick added this to the 2.7.3 milestone Feb 20, 2019
lubber-de
lubber-de previously approved these changes Feb 20, 2019
Copy link
Member

@lubber-de lubber-de left a comment

Choose a reason for hiding this comment

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

LGTM

@lubber-de
Copy link
Member

Any idea why Travis could not build this time?

@ColinFrick
Copy link
Member Author

@lubber-de Yes I have a good idea, didn't check if not setting permission works anymore 😭
Gonna fix it now

Copy link
Member

@lubber-de lubber-de left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@y0hami y0hami left a comment

Choose a reason for hiding this comment

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

LGTM

@y0hami y0hami merged commit 2e3fde2 into fomantic:develop Feb 24, 2019
y0hami pushed a commit that referenced this pull request Feb 24, 2019
@y0hami y0hami mentioned this pull request Apr 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/build Anything related to the build process
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants