BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
d4e2c4ef
Commit
d4e2c4ef
authored
Jul 27, 2016
by
Connor Shea
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add short Testing section, minor fixes.
parent
3b3e9d17
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
frontend.md
doc/development/frontend.md
+7
-1
No files found.
doc/development/frontend.md
View file @
d4e2c4ef
...
...
@@ -47,7 +47,7 @@ data is used for users with capped data plans.
General tips:
-
Don't add unnecessary fonts.
-
Prefer font formats with better compression, e.g. WOFF2 is better than WOFF
is better than TF
F.
-
Prefer font formats with better compression, e.g. WOFF2 is better than WOFF
, which is better than TT
F.
-
Compress and minify assets wherever possible (For CSS/JS, Sprockets does this for us).
-
If a piece of functionality can be reasonably done without adding extra libraries, prefer not to use extra libraries.
-
Use page-specific JavaScripts as described above to dynamically load libraries that are only needed on certain pages.
...
...
@@ -146,6 +146,12 @@ See the relevant style guides for details and information on linting:
-
[
SCSS
][
scss-style-guide
]
## Testing
Feature tests should be written for all new features as well as any regressions to prevent them from occuring again.
See
[
the Testing Standards and Style Guidelines
](
testing.md
)
for more information.
[
d3
]:
https://d3js.org/
[
chartjs
]:
http://www.chartjs.org/
[
chrome-accessibility-developer-tools
]:
https://github.com/GoogleChrome/accessibility-developer-tools
...
...
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