Skip to content

Commit

Permalink
[TASK] Support all processor architectures for install and build tasks
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Sommer <markus@letsbenow.de>
  • Loading branch information
beardcoder committed Aug 1, 2024
1 parent e2bb821 commit b1f4889
Show file tree
Hide file tree
Showing 4 changed files with 266 additions and 2,231 deletions.
2 changes: 1 addition & 1 deletion dist/icons.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const merge = require('deepmerge');
const execSync = require('child_process').execSync;

const minifyCSS = require('gulp-clean-css');
const sass = require('gulp-sass')(require('node-sass'));
const sass = require('gulp-sass')(require('sass'));


//
Expand Down
Loading

0 comments on commit b1f4889

Please sign in to comment.