Skip to content

Commit

Permalink
Merge pull request #9 from BluesparkLabs/add-tests
Browse files Browse the repository at this point in the history
Add test folder with basic sass test. #8
  • Loading branch information
jameswilson authored May 31, 2018
2 parents ec6e6d5 + 6b5fa92 commit 780f685
Show file tree
Hide file tree
Showing 5 changed files with 2,056 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
css/
6 changes: 6 additions & 0 deletions test/gulpfile.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// Note: gulp-frontend-tasks is pulled in from the parent directory (../) for
// testing purposes only. This gulpfile.js should not be used as a guide for
// configuring your projects. The README.md contains proper guidelines for
// configuring real projects.
var gulp = require('gulp');
require('../')(gulp);
Loading

0 comments on commit 780f685

Please sign in to comment.