diff --git a/.gitignore b/.gitignore
index b8b373ed..79fd6228 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ _layouts
gh-pages
*.sw*
node_modules
+bower_components
diff --git a/Gruntfile.js b/Gruntfile.js
index a4d8f7dc..bee7f2e0 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -6,7 +6,7 @@ module.exports = function(grunt) {
uglify: {
options: {
banner: '/*! <%= pkg.name %> <%= grunt.template.today("yyyy-mm-dd") %> */\n',
- compress: true
+ compress: {}
},
build: {
src: 'src/<%= pkg.name %>.js',
@@ -21,4 +21,4 @@ module.exports = function(grunt) {
// Default task(s).
grunt.registerTask('default', ['uglify']);
-};
\ No newline at end of file
+};
diff --git a/README.md b/README.md
index 7642be82..9809c8d0 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
jQuery Tokeninput: A Tokenizing Autocomplete Text Entry
=======================================================
+
The JSON array may be included in the tokeninput upon initialization
+ + +The JSON array may be retrieved from a serer
+ + +Customize theme - Facebook theme shown
+ + +Customize search labels
+ + +Set Limit of number of entered characters to start searching and set delay before search begins
+ + +Select two or more items, and click submit to preview
+ + +Try to add two of the same items
+ + +
Using the add, remove, clear and toggleDisabled Methods
+ Add Token | + Remove Token | + Clear Tokens | + Toggle DisabledLocal Data Search with custom propertyToSearch, resultsFormatter and tokenFormatter
+This only searchs by first name
+ + +" + item.first_name + " " + item.last_name + "
Change property to search anytime
+Format search and results
+ + Search by : First Name + Last Name + Email + Url" + item.first_name + " " + item.last_name + "
+Add items that do not already exist in list
+ + +Set to not repeat any already selected tokens in search list
+ + +" + item.first_name + " " + item.last_name + "
" + item.first_name + " " + item.last_name + "