Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var gulp = require('gulp');
var shell = require('gulp-shell');
var browserSync = require('browser-sync').create();

var sass = require('gulp-sass');
var sass = require('gulp-sass')(require('sass'));
var autoprefixer = require('gulp-autoprefixer');

// misc
Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ help: ## Show this help (list available targets)

setup: ## Install all dependencies needed to build the site locally (gems, Python, Node, upstream content)
@echo "Installing Ruby gems..."
gem install bundler
gem install bundler -v 2.4.22
bundle install
@echo "Installing Python packages..."
pip install -r requirements.txt
Expand Down
Loading
Loading