Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 29366993: Issue 4629 - Default website boilerplate (Closed)

Created:
Dec. 7, 2016, 1:28 p.m. by juliandoucette
Modified:
June 23, 2017, 7:23 a.m.
Reviewers:
ire, Lisa, saroyanm
Visibility:
Public.

Description

We would like to implement a default website boilerplate that developers can use as a starting point for new website implementations. COLLABORATOR=i.aderinokun@eyeo.com

Patch Set 1 #

Total comments: 24
Unified diffs Side-by-side diffs Delta from patch set Stats (+221 lines, -0 lines) Patch
A .hgignore View 1 chunk +2 lines, -0 lines 0 comments Download
A globals/site.py View 1 chunk +22 lines, -0 lines 0 comments Download
A gulpfile.js View 1 chunk +36 lines, -0 lines 4 comments Download
A package.json View 1 chunk +10 lines, -0 lines 0 comments Download
A pages/index.md View 1 chunk +62 lines, -0 lines 0 comments Download
A settings.ini View 1 chunk +3 lines, -0 lines 0 comments Download
A static/scss/main.scss View 1 chunk +19 lines, -0 lines 2 comments Download
A templates/default.tmpl View 1 chunk +67 lines, -0 lines 18 comments Download

Messages

Total messages: 7
juliandoucette
Dec. 7, 2016, 1:29 p.m. (2016-12-07 13:29:02 UTC) #1
juliandoucette
On 2016/12/07 13:29:02, juliandoucette wrote: @Manvel here is a first draft of the boilerplate including ...
Dec. 7, 2016, 1:39 p.m. (2016-12-07 13:39:29 UTC) #2
saroyanm
https://codereview.adblockplus.org/29366993/diff/29366994/gulpfile.js File gulpfile.js (right): https://codereview.adblockplus.org/29366993/diff/29366994/gulpfile.js#newcode31 gulpfile.js:31: gulp.watch("static/scss/*.scss", ["scss"]); Getting current error: Error: watch /home/saroyanm/projects/abp/websites/website-defaults/boilerplate/static/scss/ ENOSPC ...
Jan. 11, 2017, 12:04 p.m. (2017-01-11 12:04:41 UTC) #3
juliandoucette
I added these notes a while ago but I was unable to publish them because ...
March 3, 2017, 11:17 a.m. (2017-03-03 11:17:44 UTC) #4
ire
My initial comments https://codereview.adblockplus.org/29366993/diff/29366994/gulpfile.js File gulpfile.js (right): https://codereview.adblockplus.org/29366993/diff/29366994/gulpfile.js#newcode31 gulpfile.js:31: gulp.watch("static/scss/*.scss", ["scss"]); This should watch `static/scss/**/*.scss` ...
June 22, 2017, 4:14 p.m. (2017-06-22 16:14:25 UTC) #5
juliandoucette
Sorry Ire - I should have noted that this is not ready for review. There ...
June 22, 2017, 6:23 p.m. (2017-06-22 18:23:52 UTC) #6
ire
June 23, 2017, 7:23 a.m. (2017-06-23 07:23:32 UTC) #7
Message was sent while issue was closed.
On 2017/06/22 18:23:52, juliandoucette wrote:
> Sorry Ire - I should have noted that this is not ready for review. There is
> another version of this project here
https://gitlab.com/eyeo/website-boilerplate
> that we will build upon in the future. I'm going to close this review now and
> open new issues to add on the new boilerplate linked in the future.

Okay, I'll have a look at the gitlab repo

Powered by Google App Engine
This is Rietveld