Skip to content

Commit 95f366f

Browse files
Updated all packages to make sure everything works with the latest version of node/npm
1 parent 2ae7b70 commit 95f366f

29 files changed

+7455
-3464
lines changed

.gitignore

100644100755
File mode changed.

Gruntfile.js

100644100755
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
/* Grunt Task configuration */
22
module.exports = function(grunt) {
33

4+
const Fiber = require('fibers');
5+
const sass = require('node-sass');
6+
47
/* Using jit-grunt for automatically loading all required plugins */
58
require('jit-grunt')(grunt);
69

@@ -13,6 +16,8 @@ module.exports = function(grunt) {
1316
// Compile Sass to CSS and produce SoureMaps;
1417
sass: {
1518
options: {
19+
implementation: sass,
20+
fiber: Fiber,
1621
sourceMap: false,
1722
outputStyle: 'uncompressed'
1823
},

LICENSE

100644100755
File mode changed.

README.md

100644100755
File mode changed.

about.html

100644100755
File mode changed.

clean.html

100644100755
File mode changed.

contact.html

100644100755
File mode changed.

dist/css/styles.min.css

100644100755
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/styles.min.css.map

100644100755
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/img/favicon.png

100644100755
File mode changed.

0 commit comments

Comments
 (0)