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
f4eb8b30
Commit
f4eb8b30
authored
Jan 01, 2015
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add steps for installing Sass and Bourbon to Makefile
parent
60cfe7f6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
.gitignore
.gitignore
+0
-1
Gemfile
Gemfile
+3
-0
Makefile
Makefile
+1
-0
No files found.
.gitignore
View file @
f4eb8b30
...
...
@@ -13,7 +13,6 @@ analytics.js
# Ruby/Sass/Bundler
.bundle
.sass-cache
Gemfile
ruby
bourbon
...
...
Gemfile
0 → 100644
View file @
f4eb8b30
source
'
https://rubygems.org
'
gem
'
sass
'
,
'~> 3.3'
gem
'
bourbon
'
Makefile
View file @
f4eb8b30
...
...
@@ -86,6 +86,7 @@ clean::
dev
:
clean
npm
install
${BOWER}
update
;
bundler
install
--path
=
.
########################################################################
## Builds
...
...
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