forked from windyakin/Honoka
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from kubosho/merge/honoka
Honoka v3.3.5c merge
- Loading branch information
Showing
20 changed files
with
276 additions
and
195 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"directory": "bower_components" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,9 +18,7 @@ git: | |
submodules: false | ||
|
||
before_install: | ||
- sed -i 's/[email protected]:/https:\/\/github.com\//' .gitmodules | ||
- git submodule update --init src/bootstrap | ||
- gem install compass | ||
- gem install sass | ||
|
||
script: | ||
- npm start | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
version: "{build}" | ||
|
||
init: | ||
- git config --global core.autocrlf true | ||
|
||
environment: | ||
matrix: | ||
- nodejs_version: 0.12 | ||
|
||
install: | ||
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH% | ||
- ruby --version | ||
- gem --version | ||
- gem install sass | ||
- ps: Install-Product node $env:nodejs_version | ||
- npm install | ||
- bower install | ||
|
||
test_script: | ||
- node --version && npm --version | ||
- npm start | ||
|
||
build: off | ||
|
||
matrix: | ||
fast_finish: true | ||
|
||
cache: | ||
- C:\Users\appveyor\AppData\Roaming\npm-cache -> package.json # npm cache | ||
- node_modules -> package.json # local npm modules |
Oops, something went wrong.