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
6e05f3b6
Commit
6e05f3b6
authored
Dec 04, 2018
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create sourcemaps for CSS
parent
118bc204
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
Makefile
Makefile
+4
-4
css/converse.css
css/converse.css
+2
-0
No files found.
Makefile
View file @
6e05f3b6
...
...
@@ -131,13 +131,13 @@ dev: stamp-npm
css
:
dev sass/*.scss css/converse.css css/converse.min.css css/website.css css/website.min.css css/font-awesome.css
css/converse.css
::
dev sass
$(SASS)
--include-path
$(BOURBON)
--include-path
$(BOOTSTRAP)
sass/converse.scss css/converse.css
$(SASS)
--
source-map
true
--
include-path
$(BOURBON)
--include-path
$(BOOTSTRAP)
sass/converse.scss css/converse.css
css/website.css
::
dev sass
$(SASS)
--include-path
$(BOURBON)
--include-path
$(BOOTSTRAP)
sass/website.scss
$@
$(SASS)
--
source-map
true
--
include-path
$(BOURBON)
--include-path
$(BOOTSTRAP)
sass/website.scss
$@
css/font-awesome.css
::
dev sass
$(SASS)
--include-path
$(BOURBON)
--include-path
$(BOOTSTRAP)
sass/font-awesome.scss
$@
$(SASS)
--
source-map
true
--
include-path
$(BOURBON)
--include-path
$(BOOTSTRAP)
sass/font-awesome.scss
$@
css/%.min.css
::
css/%.css
make dev
...
...
@@ -145,7 +145,7 @@ css/%.min.css:: css/%.css
.PHONY
:
watchcss
watchcss
:
dev
$(SASS)
--watch
--include-path
$(BOURBON)
--include-path
$(BOOTSTRAP)
-o
./css/ ./sass/
$(SASS)
--watch
--
source-map
true
--
include-path
$(BOURBON)
--include-path
$(BOOTSTRAP)
-o
./css/ ./sass/
.PHONY
:
watchjs
watchjs
:
dev dist/converse-headless.js
...
...
css/converse.css
View file @
6e05f3b6
...
...
@@ -12180,3 +12180,5 @@ body.reset {
padding-left
:
0.3em
;
}
#conversejs
.converse-embedded
.chatroom
.box-flyout
.occupants
.occupant-list
li
.occupant
{
font-size
:
120%
;
}
/*# sourceMappingURL=converse.css.map */
\ No newline at end of file
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