Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
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
1
Merge Requests
1
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
gitlab-ce
Commits
f1e25f25
Commit
f1e25f25
authored
Oct 26, 2011
by
Nihad Abbasov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move lib assets to vendor directory
parent
3228b627
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
5 additions
and
0 deletions
+5
-0
app/assets/javascripts/application.js
app/assets/javascripts/application.js
+3
-0
app/assets/stylesheets/application.css
app/assets/stylesheets/application.css
+2
-0
vendor/assets/javascripts/jquery-ui.js
vendor/assets/javascripts/jquery-ui.js
+0
-0
vendor/assets/javascripts/jquery.cookie.js
vendor/assets/javascripts/jquery.cookie.js
+0
-0
vendor/assets/javascripts/jquery.ui.selectmenu.js
vendor/assets/javascripts/jquery.ui.selectmenu.js
+0
-0
vendor/assets/stylesheets/jquery-ui/jquery-ui.css
vendor/assets/stylesheets/jquery-ui/jquery-ui.css
+0
-0
vendor/assets/stylesheets/jquery-ui/jquery.ui.selectmenu.css
vendor/assets/stylesheets/jquery-ui/jquery.ui.selectmenu.css
+0
-0
No files found.
app/assets/javascripts/application.js
View file @
f1e25f25
...
...
@@ -5,7 +5,10 @@
// the compiled file.
//
//= require jquery
//= require jquery-ui
//= require jquery_ujs
//= require jquery.ui.selectmenu
//= require jquery.cookie
//= require_tree .
$
(
function
(){
...
...
app/assets/stylesheets/application.css
View file @
f1e25f25
...
...
@@ -2,6 +2,8 @@
* This is a manifest file that'll automatically include all the stylesheets available in this directory
* and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
* the top of the compiled file, but it's generally better to create a new file per style scope.
*= require jquery-ui/jquery-ui
*= require jquery-ui/jquery.ui.selectmenu
*= require_self
*= require_tree .
*/
app/assets/javascripts/jquery-ui-1.8.16.custom.min
.js
→
vendor/assets/javascripts/jquery-ui
.js
View file @
f1e25f25
File moved
app
/assets/javascripts/jquery.cookie.js
→
vendor
/assets/javascripts/jquery.cookie.js
View file @
f1e25f25
File moved
app
/assets/javascripts/jquery.ui.selectmenu.js
→
vendor
/assets/javascripts/jquery.ui.selectmenu.js
View file @
f1e25f25
File moved
vendor/assets/stylesheets/jquery
_ui/jquery-ui-1.8.16.custom
.css
→
vendor/assets/stylesheets/jquery
-ui/jquery-ui
.css
View file @
f1e25f25
File moved
app/assets/stylesheets
/jquery.ui.selectmenu.css
→
vendor/assets/stylesheets/jquery-ui
/jquery.ui.selectmenu.css
View file @
f1e25f25
File moved
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