Skip to content

Commit

Permalink
update package + fix minify styles
Browse files Browse the repository at this point in the history
  • Loading branch information
sanggnguyenn committed Apr 3, 2021
1 parent 0935eca commit a7d68c9
Show file tree
Hide file tree
Showing 4 changed files with 2,420 additions and 1,112 deletions.
2 changes: 1 addition & 1 deletion build/gulp/tasks/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const compileSass = () => plugins.sass(sassOpts);

const sourcemapsWrite = () => (isDev ? plugins.sourcemaps.write() : pipe());

const postCss = () => (isDev ? plugins.postcss(postCssPlugins) : pipe());
const postCss = () => (!isDev ? plugins.postcss(postCssPlugins) : pipe());

const rename = () =>
plugins.rename({
Expand Down
Loading

0 comments on commit a7d68c9

Please sign in to comment.