Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

upgraded the default node-sass to work on node 10 #1108

Merged
merged 2 commits into from
Jun 16, 2018
Merged

Conversation

markbates
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Jun 15, 2018

Codecov Report

Merging #1108 into development will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##           development    #1108   +/-   ##
============================================
  Coverage        61.07%   61.07%           
============================================
  Files               56       56           
  Lines             2867     2867           
============================================
  Hits              1751     1751           
  Misses            1014     1014           
  Partials           102      102

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b8c7b08...16d763b. Read the comment docs.

@markbates markbates added this to the v0.12.1 milestone Jun 15, 2018
@markbates markbates merged commit 37f0ec0 into development Jun 16, 2018
@markbates markbates modified the milestones: v0.12.2, v0.12.3 Jun 22, 2018
markbates added a commit that referenced this pull request Jul 15, 2018
* Migrate server.go logger to the app one instead of logrus (#1107)

* upgraded the default node-sass to work on node 10 (#1108)

* vgo

* Add txt for templates (#1117)

Had `text` now can do the same thing for `txt`

* keep toml simple

* remove whitespace in webpack.config.js (#1120)

* removed packr files rebase

* fix contrib guide list (#1129)

* Make the --config flag of *buffalo new* command use the config file (#1119)

* Make the --config flag of *buffalo new* command use the config file

* Remove dead code

* Add --skip-config flag and error if can't use the file passed to --config

* Add example to README

* added godoc documentation for tokenauth usage (#1060)

* Adding "BUFFALO_PLUGIN_TIMEOUT" option. (#1104)

* Adding "BUFFALO_PLUGIN_TIMEOUT" option.

Doing so lets users configure how long buffalo will wait while trying to
load a plugin. In particular, this is helping on my box where security
policies are setup in a manner that frequently has plugins taking 1.5
seconds to load.

Fixes #1103

* Refactoring to be more idiomatic/testable.

Also adding a test.

* Updating documenation

* Fixing typo

* Formatting test file.

* Taking advantage of testify

* Improving error message

* fixes a regress bootstrap version (#1143)

* Replace assets map Mutex with a RWMutex (#1146)

Once the assets map is loaded, it shouldn't change often. So, soften the read
access makes sense (and won't block rendering).

* automatically respond with a 404 if error is sql.ErrNoRows
@stanislas-m stanislas-m deleted the node-sass-10 branch July 17, 2018 12:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant