Tell bower to install jquery when fetching and building the browser
client dependencies.
Tell grunt to copy the jquery files into the build directory.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
'bower_components/angular-bootstrap/ui-bootstrap.min.js',
'bower_components/angular-bootstrap/ui-bootstrap-tpls.min.js',
'bower_components/angular-hotkeys/build/hotkeys.min.js',
+ 'bower_components/jquery/dist/jquery.min.js',
+ 'bower_components/jquery/dist/jquery.min.map'
]
}]
},
"tests"
],
"devDependencies": {
+ "jquery" : "~2.1.3",
"bootstrap": "~3.1.1",
"angular": "~1.2.16",
"angular-route": "~1.2.16",