ninja-autocomplete
v1.1.26
Published
Ninja Autocomplete
Downloads
12
Readme
##Ninja Autocomplete the jQuery plugin for lethal interaction
###Develop
1.) Fork
Ninja Autocomplete.
2.) Clone from your fork.
git clone [email protected]:$GITHUB_USER/ninja.autocomplete.git ~/Development
3.) Install dependencies:
cd ~/Development/ninja.autocomplete
npm install
Build and test latest development version:
grunt
Watch and build/test when libraries/tests change:
grunt watch
Live reload in your browser when libraries/tests change:
grunt browser
###License Copyright 2008-2012 Jamie Hoover.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.