Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
Switch to slate tools (#28)
Browse files Browse the repository at this point in the history
* remove unused deps and add slate-tools

* sync up with master

* fix naming changes to slate-tools

* update deps and config.yml

* update circle ci

* remove globals from circle ci

* try node 622
  • Loading branch information
Ryan Macdonald authored Oct 24, 2016
1 parent 38e90df commit f1fac42
Show file tree
Hide file tree
Showing 19 changed files with 6 additions and 1,626 deletions.
7 changes: 3 additions & 4 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ machine:

dependencies:
pre:
- npm install -g npm shopify/sass-lint eslint eslint-plugin-shopify eslint-plugin-node jsonlint
- 'echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc'
- npm set progress=false
bundler:
without:
- benchmark
Expand All @@ -19,6 +20,4 @@ dependencies:
test:
override:
- bundle exec rspec spec
- sass-lint --config '.scss-lint.yml' --max-warnings 0 --verbose
- eslint '**/*.js' --config '.eslintrc.yml' --ignore-path '.eslintignore' --max-warnings 0
- ls **/*.json | grep -v node_modules | grep -v docs | xargs -n1 jsonlint -q
- ./node_modules/.bin/slate-tools test
147 changes: 0 additions & 147 deletions gulpfile.js

This file was deleted.

44 changes: 3 additions & 41 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,50 +1,12 @@
{
"name": "Slate",
"name": "slate-theme",
"version": "0.8.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Shopify/slate.git"
},
"scripts": {
"start": "gulp",
"start-nosync": "gulp --nosync",
"test": "gulp test",
"build": "gulp build",
"deploy": "gulp deploy",
"deploy-manual": "gulp deploy:manual",
"watch": "gulp watch",
"watch-nosync": "gulp watch --nosync",
"zip": "gulp zip"
},
"dependencies": {
"bluebird": "3.4.0",
"browser-sync": "2.13.0",
"chokidar": "1.5.2",
"del": "2.2.0",
"eslint": "3.2.2",
"eslint-plugin-shopify": "13.0.0",
"gulp": "3.9.1",
"gulp-cheerio": "0.6.2",
"gulp-cssimport": "3.0.2",
"gulp-eslint": "2.0.0",
"gulp-ext-replace": "0.3.0",
"gulp-include": "2.3.1",
"gulp-jsonlint": "1.1.2",
"gulp-open": "2.0.0",
"gulp-plumber": "1.1.0",
"gulp-sass-lint": "git+ssh://git@github.com:Shopify/gulp-sass-lint.git#8c2508e703589595f1f64a41465ad7bb03a4bad8",
"gulp-size": "2.1.0",
"gulp-svgmin": "1.2.2",
"gulp-uglify": "2.0.0",
"gulp-util": "3.0.7",
"gulp-zip": "3.2.0",
"js-yaml": "3.6.1",
"lodash": "4.13.1",
"open": "0.0.5",
"require-dir": "0.3.0",
"run-sequence": "1.2.1",
"vinyl-paths": "2.1.0",
"yargs": "4.7.1"
"devDependencies": {
"@shopify/slate-tools": "^0.1.0"
}
}
Loading

0 comments on commit f1fac42

Please sign in to comment.