Skip to content

Commit

Permalink
gulpfile update
Browse files Browse the repository at this point in the history
  • Loading branch information
finlay-x committed Jan 17, 2024
1 parent e0e232a commit faa0824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ function js () {

// CSS function
function css () {
if(process.env.NODE_ENV == 'production') return;
if(process.env.NODE_ENV == 'production') return src('.');

const source = ['./src/scss/main.scss']

return src(source, { sourcemaps: true })
Expand Down

0 comments on commit faa0824

Please sign in to comment.