Skip to content

Commit

Permalink
bower snapjs
Browse files Browse the repository at this point in the history
  • Loading branch information
MorrisJobke authored and DeepDiver1975 committed Nov 6, 2014
1 parent fd829cb commit e49b902
Show file tree
Hide file tree
Showing 6 changed files with 806 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ filter:
- 'core/l10n/*'
- 'apps/*/l10n/*'
- 'lib/l10n/*'
- 'core/vendor/*'
- 'core/vendor/*'
- 'core/js/tests/lib/*.js'
- 'core/js/tests/specs/*.js'
- 'core/js/jquery-showpassword.js'
- 'core/js/jquery-tipsy.js'
- 'core/js/jquery-ui-1.10.0.custom.js'
- 'core/js/placeholders.js'
- 'core/js/jquery.multiselect.js'
- 'core/js/snap.js'


imports:
Expand Down
2 changes: 1 addition & 1 deletion 3rdparty
5 changes: 3 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"jquery": "~1.10.0",
"moment": "~2.8.3",
"select2": "3.4.8",
"underscore": "1.6.0",
"zxcvbn": "*"
"zxcvbn": "*",
"snapjs": "2.0.0-rc1",
"underscore": "1.6.0"
}
}
15 changes: 15 additions & 0 deletions core/vendor/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
test/
src/
.bower.json
.gitignore
.jshintrc
.travis.yml
Gemfile
gruntfile.js
README.md

# underscore
underscore/**
Expand Down Expand Up @@ -46,3 +53,11 @@ select2/**
zxcvbn/**
!zxcvbn/zxcvbn.js
!zxcvbn/LICENSE.txt

# snapjs
snapjs/demo
snapjs/dist/2.0.0-rc1
snapjs/dist/latest/snap.css
snapjs/dist/latest/snap.min.js
snapjs/scripts
snapjs/*.json
Loading

0 comments on commit e49b902

Please sign in to comment.