Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Grégoire Locqueville
purescript-gargantext
Commits
5c5ef789
Commit
5c5ef789
authored
Dec 01, 2020
by
James Laver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
centralise sass and minimise includes in html
parent
2fc77b2f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
13 deletions
+3
-13
index.html
index.html
+2
-12
package.json
package.json
+1
-1
No files found.
index.html
View file @
5c5ef789
...
...
@@ -6,19 +6,9 @@
<link
rel=
"stylesheet"
href=
"dist/icons/forkawesome.css"
>
<link
href=
"dist/styles/login.min.css"
rel=
"stylesheet"
>
<link
href=
"dist/styles/bootstrap.min.css"
rel=
"stylesheet"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"dist/styles/context-menu.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"dist/styles/menu.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"dist/styles/highlightjs-solarized-light.css"
/>
<link
href=
"dist/styles/Graph.css"
rel=
"stylesheet"
type=
"text/css"
/>
<link
href=
"dist/styles/Login.css"
rel=
"stylesheet"
type=
"text/css"
/>
<link
href=
"dist/styles/Tree.css"
rel=
"stylesheet"
type=
"text/css"
/>
<link
href=
"dist/styles/CodeEditor.css"
rel=
"stylesheet"
type=
"text/css"
/>
<link
href=
"dist/styles/Styles.css"
rel=
"stylesheet"
type=
"text/css"
/>
<link
href=
"dist/styles/range-slider.css"
rel=
"stylesheet"
type=
"text/css"
/>
<style>
*
{
margin
:
0
;
padding
:
0
;
list-style
:
none
;}
</style>
</head>
<link
href=
"dist/styles/sass.css"
rel=
"stylesheet"
type=
"text/css"
/>
<style>
*
{
margin
:
0
;
padding
:
0
;
list-style
:
none
;}
</style>
<body>
<div
id=
"app"
class =
"container-fluid"
></div>
<div
id=
"portal"
></div>
...
...
package.json
View file @
5c5ef789
...
...
@@ -7,7 +7,7 @@
"install-ps"
:
"psc-package install"
,
"compile"
:
"pulp build"
,
"build"
:
"pulp browserify -t dist/bundle.js"
,
"css"
:
"sass src/sass/
:dist/styles/
"
,
"css"
:
"sass src/sass/
sass.sass:dist/styles/sass.css
"
,
"docs"
:
"pulp docs -- --format html"
,
"repl"
:
"pulp repl"
,
"clean"
:
"rm -Rf output node_modules"
,
...
...
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