Skip to content

Commit

Permalink
Merge pull request #459 from alphagov/replace-grunt-with-gulp
Browse files Browse the repository at this point in the history
Replace Grunt with Gulp.js
  • Loading branch information
gemmaleigh committed May 10, 2017
2 parents df41fa2 + 62f998b commit 69070e6
Show file tree
Hide file tree
Showing 52 changed files with 321 additions and 670 deletions.
16 changes: 8 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
.DS_Store
.start.pid
node_modules
govuk_modules
lib/govuk_template.html
# Ignore compiled stylesheets
public/stylesheets/

# Ignore test files
dist/*.html

# Ignore copied folders
public/*
# Ignore built package
dist/*
# Wraith
shots
shots_history
# These folders were previously generated by build tasks
lib/*
app/views/snippets/encoded/*
govuk_modules/*
132 changes: 0 additions & 132 deletions Gruntfile.js

This file was deleted.

2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: npm start
web: node server.js
Loading

0 comments on commit 69070e6

Please sign in to comment.