Closed
Description
OS?
Windows 8.1
Versions.
ng version: 1.0.0-beta.22-1
node version: 5.10.1
Repro steps.
-
the project created with angular-cli (ng new ...)
-
Included jquery and boostrap basded on the steps in doc, and everything is working
-
Added a "plugins.js" file under "assets/js/plugins.js" folder
-
Included "plugins.js" file before the tag in index.html file
-
ng server
-
chrome developer console shows "jQuery is not definded" @plugins.js
The log given by the failure.
jQuery is not defined @plugins.js
Mention any other details that might be useful.
The code in "plugins.js" is something like
jQuery.easing.jswing=jQuery.easing.swing;jQuery.extend(jQuery.easing,{ ...
Metadata
Metadata
Assignees
Labels
No labels