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

Commit

Permalink
0.5-beta-2
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed May 31, 2018
1 parent 9fee160 commit 8eca9c9
Show file tree
Hide file tree
Showing 349 changed files with 42 additions and 100,263 deletions.
6 changes: 0 additions & 6 deletions .codeclimate.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .coveralls.yml

This file was deleted.

38 changes: 22 additions & 16 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
.sass-cache
# See https://help.github.com/ignore-files/ for more about ignoring files.

# dependencies
/node_modules

# testing
/coverage

# production
/build

# misc
.idea
node_modules
coverage
npm-debug.log
assets/css/src/admin.css
assets/css/src/pos.css
assets/css/admin.min.css
assets/css/pos.min.css
assets/js/app.build.js
assets/js/app.min.js
assets/js/products.min.js
assets/js/admin-settings.build.js
assets/js/admin-settings.min.js
assets/js/admin-system-status.build.js
assets/js/admin-system-status.min.js
.data
.html
.html
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
9 changes: 6 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[submodule "styleguide"]
path = styleguide
url = https://github.com/kilbot/WooCommerce-POS-StyleGuide.git
[submodule ".docker"]
path = .docker
url = https://github.com/kilbot/WooCommerce-Dev-Docker.git
[submodule "client"]
path = client
url = https://github.com/kilbot/woocommerce-pos-client.git
[submodule "server"]
path = server
url = https://github.com/kilbot/woocommerce-pos-mock-api.git
71 changes: 0 additions & 71 deletions .jshintrc

This file was deleted.

8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ before_install:
- docker -v

install:
- npm install && node_modules/.bin/grunt build --force
# - npm install && node_modules/.bin/grunt build --force
- npm run start:${PHP_VERSION}

before_script:
Expand All @@ -39,7 +39,7 @@ before_script:
- docker exec woocommerce-pos-app-${PHP_VERSION} wp plugin list --allow-root --status=active

script:
- npm run unit-test:js
- if ["${PHP_VERSION}" == "php70"] && ["${WC_VERSION}" == "latest"]; then npm run integration-test:js ; fi
# - npm run unit-test:js
# - if ["${PHP_VERSION}" == "php70"] && ["${WC_VERSION}" == "latest"]; then npm run integration-test:js ; fi
- npm run unit-test:${PHP_VERSION}
- npm run integration-test:${PHP_VERSION}
- npm run integration-test:${PHP_VERSION}
Loading

0 comments on commit 8eca9c9

Please sign in to comment.