Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
d33faa53
Commit
d33faa53
authored
Oct 30, 2014
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small change to remove need for jquery-private-external.js updates #269
parent
992b35bd
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
14 deletions
+2
-14
docs/CHANGES.rst
docs/CHANGES.rst
+1
-0
src/build-no-jquery.js
src/build-no-jquery.js
+1
-11
src/jquery-private-external.js
src/jquery-private-external.js
+0
-3
No files found.
docs/CHANGES.rst
View file @
d33faa53
...
...
@@ -18,6 +18,7 @@ Changelog
* #251 Non-minified builds for debugging. [jcbrand]
* #264 Remove unnecessary commas for ie8 compatibility. [Deuteu]
* #267 Unread messages counter wrongly gets incremented by chat state notifications. [Deuteu]
* #269 Add new build that does not include jQuery. [gbonvehi]
0.8.3 (2014-09-22)
------------------
...
...
src/build-no-jquery.js
View file @
d33faa53
...
...
@@ -10,19 +10,9 @@
interpolate
:
/
\{\{([\s\S]
+
?)\}\}
/g
}
},
map
:
{
// '*' means all modules will get 'jquery-private'
// for their 'jquery' dependency.
'
*
'
:
{
'
jquery
'
:
'
jquery-private
'
},
// 'jquery-private' wants the real jQuery module
// though. If this line was not here, there would
// be an unresolvable cyclic dependency.
'
jquery-private
'
:
{
'
jquery
'
:
'
jquery
'
}
},
mainConfigFile
:
'
../main.js
'
,
paths
:
{
"
converse-dependencies
"
:
"
src/deps-full
"
,
"
jquery
"
:
"
src/jquery-external
"
,
"
jquery-private
"
:
"
src/jquery-private-external
"
,
"
jquery
"
:
"
src/jquery-external
"
}
})
src/jquery-private-external.js
deleted
100644 → 0
View file @
992b35bd
define
([
'
jquery
'
],
function
(
jq
)
{
return
jq
;
});
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment