Skip to content

Commit

Permalink
Merge pull request #2 from orange-games/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
AleBles authored Jan 23, 2017
2 parents 76d5d0e + a6d335d commit 785222d
Show file tree
Hide file tree
Showing 16 changed files with 95 additions and 1,614 deletions.
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Gruntfile.js
example
ts
.idea
.idea
.tscache
config
15 changes: 6 additions & 9 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = function (grunt) {
//Get some details from the package.json
pkg: grunt.file.readJSON('package.json'),
banner: '/*!\n' +
' * <%= pkg.name %> - version <%= pkg.version %> \n' +
' * <%= pkg.config.name %> - version <%= pkg.version %> \n' +
' * <%= pkg.description %>\n' +
' *\n' +
' * <%= pkg.author %>\n' +
Expand All @@ -28,7 +28,7 @@ module.exports = function (grunt) {
dist: {
tsconfig: './config/tsconfig.json',
src: ['ts/**/*.ts'],
dest: 'build/<%= pkg.name %>.js'
dest: 'build/<%= pkg.config.name %>.js'
}
},
watch: {
Expand Down Expand Up @@ -62,13 +62,10 @@ module.exports = function (grunt) {
},
dist: {
files: {
'build/<%= pkg.name %>.min.js': [
'vendor/jsbn.js',
'vendor/jsbn2.js',
'vendor/sjcl.js',
'vendor/aws-cognito-sdk.min.js',
'vendor/amazon-cognito-identity.min.js',
'build/<%= pkg.name %>.js'
'build/<%= pkg.config.name %>.min.js': [
'node_modules/amazon-cognito-identity-js/dist/aws-cognito-sdk.min.js',
'node_modules/amazon-cognito-identity-js/dist/amazon-cognito-identity.min.js',
'build/<%= pkg.config.name %>.js'
]
}
}
Expand Down
259 changes: 0 additions & 259 deletions build/@orange-games/phaser-amazon-cognito.js

This file was deleted.

1 change: 0 additions & 1 deletion build/@orange-games/phaser-amazon-cognito.js.map

This file was deleted.

11 changes: 0 additions & 11 deletions build/@orange-games/phaser-amazon-cognito.min.js

This file was deleted.

File renamed without changes.
Loading

0 comments on commit 785222d

Please sign in to comment.