Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
dist

### JetBrains template
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
Expand Down
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
language: node_js
node_js:
- 0.10
- 4
- 6
- 8

before_install:
- npm install bower -g
- npm install gulp -g

script:
- npm install
- bower install
- gulp

cache:
directories:
- bower_components
- node_modules
92 changes: 0 additions & 92 deletions dist/css/jquery-idleTimeout-plus.css

This file was deleted.

1 change: 0 additions & 1 deletion dist/css/jquery-idleTimeout-plus.min.css

This file was deleted.

Loading