Skip to content

Commit

Permalink
Update project settings for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed Jul 8, 2016
1 parent 9aad592 commit 34f0ba1
Show file tree
Hide file tree
Showing 44 changed files with 2,634 additions and 108 deletions.
19 changes: 10 additions & 9 deletions .gitignore
@@ -1,12 +1,13 @@
/node_modules
# NPM
node_modules
npm-debug.log
.DS_Store
Thumbs.db
/coverage
/output
/specs/data/boxTexturedUnoptimized/output
.git-credentials
.gitconfig

# WebStorm user-specific
.idea/workspace.xml
.idea/tasks.xml
.bash_history

# Generate data
coverage
output
specs/data/boxTexturedUnoptimized/output

1 change: 0 additions & 1 deletion .idea/.name

This file was deleted.

9 changes: 7 additions & 2 deletions .idea/gltf-pipeline.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion .idea/jsLibraryMappings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

83 changes: 83 additions & 0 deletions .idea/jsLinters/jshint.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/libraries/TypeScriptDefinitions.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .jshintrc
Expand Up @@ -7,6 +7,7 @@
"freeze": true,
"immed": true,
"latedef": "nofunc",
"newcap": true,
"noarg": true,
"noempty": true,
"nonbsp": true,
Expand Down
5 changes: 4 additions & 1 deletion .travis.yml
@@ -1,4 +1,7 @@
language: node_js
node_js:
- 4.0.0
- 4
script:
- npm run jsHint -- --failTaskOnError
- npm run test -- --failTaskOnError --suppressPassed
after_success: 'npm run coveralls'

0 comments on commit 34f0ba1

Please sign in to comment.