Giter Club home page Giter Club logo

jekyll-foundation's People

Contributors

alistaircom avatar core77 avatar crackerstealth avatar eksperimental avatar fromthestone avatar gitter-badger avatar greenkeeperio-bot avatar huphtur avatar jshwlkr avatar kculmback avatar lego2012 avatar ne-ne avatar rogercoathup avatar shoshorov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jekyll-foundation's Issues

Yarn tasks don't respect "keep_files" config setting.

Running jekyll by itself will preserve files and directories in my _sites folder that I've identified in my _config.yml using keep_files. Running any of the yarn tasks will clean out my _sites directory and ignore keep_files.

util/util/ include

After a fresh install following the docs here on the repo I have uncommented all of the foundation components and js as needed. On npm start I receive the following error :

Error in plugin 'sass'
Message:
    assets/scss/foundation/_settings.scss
Error: File to import not found or unreadable: util/util
       Parent style sheet: /Users/bshallenberger/Desktop/Project-HQ/jsimp/assets/scss/foundation/_settings.scss
        on line 42 of assets/scss/foundation/_settings.scss
>>  @import 'util/util';
   -^

After searching the foundation issues and stack overflow I've found that I need to include the path to the bower components foundation files in the gulp sass plugin . Following this example I added changed the lines starting on line 13 in the sass.js gulp task file to:

return gulp.src(config.src)
    .pipe($.sourcemaps.init())
    .pipe($.sass({
        includePaths: 'assets/vendor/foundation-sites/scss'
    })
      .on('error', $.sass.logError))
    .pipe(autoprefixer(config.compatibility))

This fixes the initial error but results in the following:

Error in plugin 'sass'
Message:
    assets/vendor/foundation-sites/scss/util/_color.scss
Error: Undefined variable: "$foundation-palette".
        on line 45 of assets/vendor/foundation-sites/scss/util/_color.scss
>>   @if map-has-key($foundation-palette, primary) {
   ------------------^

I feel if I continue to move things around I may just be duplicating the foundation files between vendor and scss, which would seem to defeat the purpose of this build process. This leads me to think I may have something else wrong here but I can't nail it down. Anybody have this problem with the current version or able to point me in the right direction?

Settings don't take effect when using Foundation v 6.2.1

if I change the $primary-color (or any other color) in _settings.scss, it remains the same default blue/grey/etc. If I move the settings file down the page on foundation.scss, I can get my custom css (in theme.scss) to show my edited value, but still not the links, buttons, etc.
No errors.
I should note that if I change other values in _settings.scss, like font sizes, those changes take effect.

Thanks to @daneclarkcollins for reporting this. Stumbled on this error, too.

Edit: This doesn't happen, when using Foundation 6.0.6

Understanding JS concat size

While in development, I noticed that the (non-production, unminified) all.js file weighs in at about 690KB. This includes stock jQuery and one small plugin library (contributes 4K) with everything else including Foundation core commented out.
Un-minified jQuery seems to weigh in about 260K or so at about 9200 lines of code.

Checking the combined all.js source in my browser, it is also more or less 9200 lines of code yet the file size is well over double...does all that extra bulk come from some kind of temporary source-mapping for development mode?

I know that the production step compresses it greatly, I am mostly just curious about whats going on under the hood?

Thx very much for the starter, first time I've employed a Gulp build process :D

Lots of odd characters at the end of the js file

Example: https://www.thevantageproject.com/assets/js/all.js

I see lots of characters that fill 300 lines starting with sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImpxdWVyeS5qcyIsImZvdW5kYXRpb24uY29yZS5qcyIsImZvdW5kYXRpb24udXRpbC5tZWRpYVF1ZXJ5LmpzIiwiZm91bmRhdGlvbi51dGlsLnRyaWdnZXJzLmpzIiwiZm91bmRhdGlvbi5zbW9vdGhTY3JvbGwuanMiLCJmb3VuZGF0aW9uLnN0aWNreS5qcyIsImZvdW5kYXRpb24ubWFnZWxsYW4uanMiLCJhcHAuanMiXSwibmFtZXMiOlsiZ2xvYmFsIiwiZmFjdG

Any idea on what is causing this? And what this is?

[Pagination] Page 1 link broken

I thought this might be related to a typo on index.html line 35:

'/seite:num'

^ Should this be '/site:num' or '/page:num'?

I've tried both. But the page 1 URL (when on other pages) is still set as http://127.0.0.1.xip.io:3000/blog/page:num.

Foundation.MediaQuery undefined in all.js

Foundation.MediaQuery is undefined in all.js.
It gives a Chrome console error message that reads:
Uncaught TypeError: Cannot read property '_init' of undefinedfoundation @ all.js:5(anonymous function) @ all.js:5

Foundation.MediaQuery is Undefined?

When executing line 260, I'm getting this error:

Foundation.MediaQuery._init();

foundation.core.js:266 Uncaught TypeError: Cannot read property '_init' of undefined

Perhaps it's something I'm doing wrong (I feel a little over my head, as I'm working with Foundation's JS for the first time), but I fail to comprehend where an error like this would be coming from. window.Foundation also doesn't seem to have a property of MediaQuery, though...

Show the visitors a sitemap

_pages/404.md: The Google 404 widget shows a link to /sitemap/ which doesn't exist.

Google also recommends using both: A sitemap for search engines (contained in this package) and one for the visitors.

Anyone has a solution for a nice looking sitemap?

Tooltip doesn't show

This is due to tabindex=1 which has to be written as tabindex="1"

Just opened a Pull Request for this.

Move the package to a GitHub organisation?

What do you think about moving this package to a GitHub organisation?

I think it would improve the maintaining of the project and it could be developed in the right direction, doing stuff that you - the users - need.

Any naming suggestions for the organisation?

Since the package was updated to Foundation 6.4 by @kculmback and tested by @huphtur I suggest them to be members of the new organisation.

app.js (Foundation JS file) not loading properly

I've been uncommenting the files as mentioned in the other issue that was raised but for some reason the I'm still getting a Reference Error saying that $ is not defined which I'm guessing is jQuery not being properly loaded or called within the project.

screen shot 2017-01-26 at 11 01 50 pm

Let me know if I haven't described the issue well enough to be addressed.

screen shot 2017-01-26 at 11 06 13 pm

From the first image I guess you can tell that, I'm not quite sure my CSS is being loaded up properly either. One thing I've changed from the project since following all setup instructions is that I've merged the bower-components folder contents into the vendor folder. Maybe this might have triggered the issue?

code highlighting not working

Decided to move from Octopress (jekylll based) to pure jekyll. Since I use foundation 6 in rails thought I'd try this version.

Got everything up fairly fast except code highlighting. I has all the rouge container tags but the source is not processed and ends up with what looks like paragraphs in a gray box.

I may be missing something, but not sure what

gulp / npm start error

Hello, I thought I was receiving the following error only when uncommenting js components in the config file, however this error throws even after somehow getting a successful npm start to launch normally. The error is constant, but sometimes running npm start is successful. I've included two npm debug logs before and after updating node. I had another error though during the node update in which is stated jekyll_foundation couldn't be upgraded. New to debugging issues like this but really want to use this build setup. I have already learned so much just from playing with it so far. Thanks in advance.

stream.js:74 throw er; // Unhandled stream error in pipe. ^ Error: ENOENT: no such file or directory, stat '/Users/grantmoran/Documents/jekyll-foundation-test/_site/assets/css/app.css' at Error (native)

Older version node error:

0 info it worked if it ends with ok 1 verbose cli [ '/Users/username/.nvm/versions/node/v5.0.0/bin/node', 1 verbose cli '/Users/username/.nvm/versions/node/v5.0.0/bin/npm', 1 verbose cli 'start' ] 2 info using [email protected] 3 info using [email protected] 4 verbose run-script [ 'prestart', 'start', 'poststart' ] 5 info lifecycle [email protected]~prestart: [email protected] 6 silly lifecycle [email protected]~prestart: no script for prestart, continuing 7 info lifecycle [email protected]~start: [email protected] 8 verbose lifecycle [email protected]~start: unsafe-perm in lifecycle true 9 verbose lifecycle [email protected]~start: PATH: /Users/username/.nvm/versions/node/v5.0.0/lib/node_modules/npm/bin/node-gyp-bin:/Users/username/Documents/jekyll-foundation-test/node_modules/.bin:/Users/username/.rvm/gems/ruby-2.2.1/bin:/Users/username/.rvm/gems/ruby-2.2.1@global/bin:/Users/username/.rvm/rubies/ruby-2.2.1/bin:/Users/username/.nvm/versions/node/v5.0.0/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/username/.rvm/bin 10 verbose lifecycle [email protected]~start: CWD: /Users/username/Documents/jekyll-foundation-test 11 silly lifecycle [email protected]~start: Args: [ '-c', 'gulp' ] 12 silly lifecycle [email protected]~start: Returned: code: 1 signal: null 13 info lifecycle [email protected]~start: Failed to exec start script 14 verbose stack Error: [email protected] start:gulp 14 verbose stack Exit status 1 14 verbose stack at EventEmitter.<anonymous> (/Users/username/.nvm/versions/node/v5.0.0/lib/node_modules/npm/lib/utils/lifecycle.js:232:16) 14 verbose stack at emitTwo (events.js:87:13) 14 verbose stack at EventEmitter.emit (events.js:172:7) 14 verbose stack at ChildProcess.<anonymous> (/Users/username/.nvm/versions/node/v5.0.0/lib/node_modules/npm/lib/utils/spawn.js:24:14) 14 verbose stack at emitTwo (events.js:87:13) 14 verbose stack at ChildProcess.emit (events.js:172:7) 14 verbose stack at maybeClose (internal/child_process.js:818:16) 14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) 15 verbose pkgid [email protected] 16 verbose cwd /Users/username/Documents/jekyll-foundation-test 17 error Darwin 14.5.0 18 error argv "/Users/username/.nvm/versions/node/v5.0.0/bin/node" "/Users/username/.nvm/versions/node/v5.0.0/bin/npm" "start" 19 error node v5.0.0 20 error npm v3.5.1 21 error code ELIFECYCLE 22 error [email protected] start:gulp22 error Exit status 1 23 error Failed at the [email protected] start script 'gulp'. 23 error Make sure you have the latest version of node.js and npm installed. 23 error If you do, this is most likely a problem with the jekyll-foundation package, 23 error not with npm itself. 23 error Tell the author that this fails on your system: 23 error gulp 23 error You can get information on how to open an issue for this project with: 23 error npm bugs jekyll-foundation 23 error Or if that isn't available, you can get their info via: 23 error npm owner ls jekyll-foundation 23 error There is likely additional logging output above. 24 verbose exit [ 1, true ]

Updated node version error:

0 info it worked if it ends with ok 1 verbose cli [ '/Users/username/.nvm/versions/node/v5.7.1/bin/node', 1 verbose cli '/Users/username/.nvm/versions/node/v5.7.1/bin/npm', 1 verbose cli 'start' ] 2 info using [email protected] 3 info using [email protected] 4 verbose run-script [ 'prestart', 'start', 'poststart' ] 5 info lifecycle [email protected]~prestart: [email protected] 6 silly lifecycle [email protected]~prestart: no script for prestart, continuing 7 info lifecycle [email protected]~start: [email protected] 8 verbose lifecycle [email protected]~start: unsafe-perm in lifecycle true 9 verbose lifecycle [email protected]~start: PATH: /Users/username/.nvm/versions/node/v5.7.1/lib/node_modules/npm/bin/node-gyp-bin:/Users/username/Documents/jekyll-foundation-test/node_modules/.bin:/Users/username/.nvm/versions/node/v5.7.1/bin:/Users/username/.rvm/gems/ruby-2.2.1/bin:/Users/username/.rvm/gems/ruby-2.2.1@global/bin:/Users/username/.rvm/rubies/ruby-2.2.1/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/username/.rvm/bin 10 verbose lifecycle [email protected]~start: CWD: /Users/username/Documents/jekyll-foundation-test 11 silly lifecycle [email protected]~start: Args: [ '-c', 'gulp' ] 12 silly lifecycle [email protected]~start: Returned: code: 1 signal: null 13 info lifecycle [email protected]~start: Failed to exec start script 14 verbose stack Error: [email protected] start:gulp 14 verbose stack Exit status 1 14 verbose stack at EventEmitter.<anonymous> (/Users/username/.nvm/versions/node/v5.7.1/lib/node_modules/npm/lib/utils/lifecycle.js:232:16) 14 verbose stack at emitTwo (events.js:100:13) 14 verbose stack at EventEmitter.emit (events.js:185:7) 14 verbose stack at ChildProcess.<anonymous> (/Users/username/.nvm/versions/node/v5.7.1/lib/node_modules/npm/lib/utils/spawn.js:24:14) 14 verbose stack at emitTwo (events.js:100:13) 14 verbose stack at ChildProcess.emit (events.js:185:7) 14 verbose stack at maybeClose (internal/child_process.js:827:16) 14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) 15 verbose pkgid [email protected] 16 verbose cwd /Users/username/Documents/jekyll-foundation-test 17 error Darwin 14.5.0 18 error argv "/Users/username/.nvm/versions/node/v5.7.1/bin/node" "/Users/username/.nvm/versions/node/v5.7.1/bin/npm" "start" 19 error node v5.7.1 20 error npm v3.6.0 21 error code ELIFECYCLE 22 error [email protected] start:gulp22 error Exit status 1 23 error Failed at the [email protected] start script 'gulp'. 23 error Make sure you have the latest version of node.js and npm installed. 23 error If you do, this is most likely a problem with the jekyll-foundation package, 23 error not with npm itself. 23 error Tell the author that this fails on your system: 23 error gulp 23 error You can get information on how to open an issue for this project with: 23 error npm bugs jekyll-foundation 23 error Or if that isn't available, you can get their info via: 23 error npm owner ls jekyll-foundation 23 error There is likely additional logging output above. 24 verbose exit [ 1, true ]

Need help?

You can join the chat at https://gitter.im/core77/jekyll-foundation (login is easy there with your GitHub account).

If something doesn't work like expected and you think you found a bug, feel free to create a new issue.

Could not find ffi-1.9.17 in any of the sources

Sorry I am very new so if this is a easy fix I apologize. When I run NPM start I keep getting these errors.

[09:11:47] Using gulpfile ~/Desktop/foundation/g_connect/jekyll-foundation/gulpfile.js
[09:11:47] Starting 'default'...
[09:11:47] Starting 'build'...
[09:11:47] Starting 'clean'...
[09:11:47] Finished 'clean' after 3.17 ms
[09:11:47] Starting 'jekyll-build'...
Could not find ffi-1.9.17 in any of the sources
Run bundle install to install missing gems.
[09:11:48] 'jekyll-build' errored after 531 ms
[09:11:48] Error: 7
at formatError (/Users/Tayler_Ramsay/Desktop/foundation/g_connect/jekyll-foundation/node_modules/gulp/bin/gulp.js:169:10)
at Gulp. (/Users/Tayler_Ramsay/Desktop/foundation/g_connect/jekyll-foundation/node_modules/gulp/bin/gulp.js:195:15)
at emitOne (events.js:101:20)
at Gulp.emit (events.js:188:7)
at Gulp.Orchestrator._emitTaskDone (/Users/Tayler_Ramsay/Desktop/foundation/g_connect/jekyll-foundation/node_modules/orchestrator/index.js:264:8)
at /Users/Tayler_Ramsay/Desktop/foundation/g_connect/jekyll-foundation/node_modules/orchestrator/index.js:275:23
at finish (/Users/Tayler_Ramsay/Desktop/foundation/g_connect/jekyll-foundation/node_modules/orchestrator/lib/runTask.js:21:8)
at ChildProcess.cb (/Users/Tayler_Ramsay/Desktop/foundation/g_connect/jekyll-foundation/node_modules/orchestrator/lib/runTask.js:29:3)
at emitTwo (events.js:106:13)
at ChildProcess.emit (events.js:191:7)
[09:11:48] 'default' errored after 538 ms
[09:11:48] Error in plugin 'run-sequence(jekyll-build)'
Error
at finish (/Users/Tayler_Ramsay/Desktop/foundation/g_connect/jekyll-foundation/node_modules/run-sequence/index.js:56:13)
at Gulp.onError (/Users/Tayler_Ramsay/Desktop/foundation/g_connect/jekyll-foundation/node_modules/run-sequence/index.js:67:4)
at emitOne (events.js:101:20)
at Gulp.emit (events.js:188:7)
at Gulp.Orchestrator._emitTaskDone (/Users/Tayler_Ramsay/Desktop/foundation/g_connect/jekyll-foundation/node_modules/orchestrator/index.js:264:8)
at /Users/Tayler_Ramsay/Desktop/foundation/g_connect/jekyll-foundation/node_modules/orchestrator/index.js:275:23
at finish (/Users/Tayler_Ramsay/Desktop/foundation/g_connect/jekyll-foundation/node_modules/orchestrator/lib/runTask.js:21:8)
at ChildProcess.cb (/Users/Tayler_Ramsay/Desktop/foundation/g_connect/jekyll-foundation/node_modules/orchestrator/lib/runTask.js:29:3)
at emitTwo (events.js:106:13)
at ChildProcess.emit (events.js:191:7)
[09:11:48] 'build' errored after 538 ms
[09:11:48] Error in plugin 'run-sequence(default)'
Error
at finish (/Users/Tayler_Ramsay/Desktop/foundation/g_connect/jekyll-foundation/node_modules/run-sequence/index.js:56:13)
at Gulp.onError (/Users/Tayler_Ramsay/Desktop/foundation/g_connect/jekyll-foundation/node_modules/run-sequence/index.js:67:4)
at emitOne (events.js:101:20)
at Gulp.emit (events.js:188:7)
at Gulp.Orchestrator._emitTaskDone (/Users/Tayler_Ramsay/Desktop/foundation/g_connect/jekyll-foundation/node_modules/orchestrator/index.js:264:8)
at /Users/Tayler_Ramsay/Desktop/foundation/g_connect/jekyll-foundation/node_modules/orchestrator/index.js:275:23
at finish (/Users/Tayler_Ramsay/Desktop/foundation/g_connect/jekyll-foundation/node_modules/orchestrator/lib/runTask.js:21:8)
at cb (/Users/Tayler_Ramsay/Desktop/foundation/g_connect/jekyll-foundation/node_modules/orchestrator/lib/runTask.js:29:3)
at finish (/Users/Tayler_Ramsay/Desktop/foundation/g_connect/jekyll-foundation/node_modules/run-sequence/index.js:60:5)
at Gulp.onError (/Users/Tayler_Ramsay/Desktop/foundation/g_connect/jekyll-foundation/node_modules/run-sequence/index.js:67:4)
[09:11:48] 'build' errored after 538 ms
[09:11:48] Error in plugin 'run-sequence(jekyll-build)'
Error
at finish (/Users/Tayler_Ramsay/Desktop/foundation/g_connect/jekyll-foundation/node_modules/run-sequence/index.js:56:13)
at Gulp.onError (/Users/Tayler_Ramsay/Desktop/foundation/g_connect/jekyll-foundation/node_modules/run-sequence/index.js:67:4)
at emitOne (events.js:101:20)
at Gulp.emit (events.js:188:7)
at Gulp.Orchestrator._emitTaskDone (/Users/Tayler_Ramsay/Desktop/foundation/g_connect/jekyll-foundation/node_modules/orchestrator/index.js:264:8)
at /Users/Tayler_Ramsay/Desktop/foundation/g_connect/jekyll-foundation/node_modules/orchestrator/index.js:275:23
at finish (/Users/Tayler_Ramsay/Desktop/foundation/g_connect/jekyll-foundation/node_modules/orchestrator/lib/runTask.js:21:8)
at ChildProcess.cb (/Users/Tayler_Ramsay/Desktop/foundation/g_connect/jekyll-foundation/node_modules/orchestrator/lib/runTask.js:29:3)
at emitTwo (events.js:106:13)
at ChildProcess.emit (events.js:191:7)

npm ERR! Darwin 16.4.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
npm ERR! node v6.5.0
npm ERR! npm v3.10.3
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: gulp
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script 'gulp'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the jekyll-foundation package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! gulp
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs jekyll-foundation
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls jekyll-foundation
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /Users/Tayler_Ramsay/Desktop/foundation/g_connect/jekyll-foundation/npm-debug.log

0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'start' ]
2 info using [email protected]
3 info using [email protected]
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info lifecycle [email protected]prestart: [email protected]
6 silly lifecycle [email protected]
prestart: no script for prestart, continuing
7 info lifecycle [email protected]start: [email protected]
8 verbose lifecycle [email protected]
start: unsafe-perm in lifecycle true
9 verbose lifecycle [email protected]start: PATH: /usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/Tayler_Ramsay/Desktop/foundation/g_connect/jekyll-foundation/node_modules/.bin:/usr/local/bin:/Users/Tayler_Ramsay/.rvm/gems/ruby-2.2.3/bin:/Users/Tayler_Ramsay/.rvm/gems/ruby-2.2.3@global/bin:/Users/Tayler_Ramsay/.rvm/rubies/ruby-2.2.3/bin:/Users/Tayler_Ramsay/.rvm/bin:/Library/Frameworks/Python.framework/Versions/2.7/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/Postgres.app/Contents/Versions/latest/bin
10 verbose lifecycle [email protected]
start: CWD: /Users/Tayler_Ramsay/Desktop/foundation/g_connect/jekyll-foundation
11 silly lifecycle [email protected]start: Args: [ '-c', 'gulp' ]
12 silly lifecycle [email protected]
start: Returned: code: 1 signal: null
13 info lifecycle [email protected]~start: Failed to exec start script
14 verbose stack Error: [email protected] start: gulp
14 verbose stack Exit status 1
14 verbose stack at EventEmitter. (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:242:16)
14 verbose stack at emitTwo (events.js:106:13)
14 verbose stack at EventEmitter.emit (events.js:191:7)
14 verbose stack at ChildProcess. (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:40:14)
14 verbose stack at emitTwo (events.js:106:13)
14 verbose stack at ChildProcess.emit (events.js:191:7)
14 verbose stack at maybeClose (internal/child_process.js:877:16)
14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
15 verbose pkgid [email protected]
16 verbose cwd /Users/Tayler_Ramsay/Desktop/foundation/g_connect/jekyll-foundation
17 error Darwin 16.4.0
18 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
19 error node v6.5.0
20 error npm v3.10.3
21 error code ELIFECYCLE
22 error [email protected] start: gulp
22 error Exit status 1
23 error Failed at the [email protected] start script 'gulp'.
23 error Make sure you have the latest version of node.js and npm installed.
23 error If you do, this is most likely a problem with the jekyll-foundation package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error gulp
23 error You can get information on how to open an issue for this project with:
23 error npm bugs jekyll-foundation
23 error Or if that isn't available, you can get their info via:
23 error npm owner ls jekyll-foundation
23 error There is likely additional logging output above.
24 verbose exit [ 1, true ]

I am using rvm so I don't know if that is effecting it

Thank you for any help you can offer.

repository authentication failed

Trying to publish a branch to the repo, getting this error message:

Authentication failed. You may not have permission to access the repository. Open preferences and verify that you're signed in with an account that has permission to access this repository.

Note: I'm using GitHub Desktop

Not syncing with GitHub Pages

I followed all your instructions, even though it works in local servers, once you upload to GH, an error is occurring.
Would you please check? Maybe I'm doing something wrong.
Two GitHub Pages projects that you can check to understand better the error:
Socama
Cmarchena
Kind regards!

Sass 4.0 DEPRECATION WARNING: Passing a string to call()

FYI I am trying Jekyll foundation and I got a series of warnings:

DEPRECATION WARNING: Passing a string to call() is deprecated and will be illegal
in Sass 4.0. Use call(get-function("shake")) instead.

DEPRECATION WARNING: Passing a string to call() is deprecated and will be illegal
in Sass 4.0. Use call(get-function("shake")) instead.

DEPRECATION WARNING: Passing a string to call() is deprecated and will be illegal
in Sass 4.0. Use call(get-function("spin")) instead.

DEPRECATION WARNING: Passing a string to call() is deprecated and will be illegal
in Sass 4.0. Use call(get-function("spin")) instead.

DEPRECATION WARNING: Passing a string to call() is deprecated and will be illegal
in Sass 4.0. Use call(get-function("wiggle")) instead.

DEPRECATION WARNING: Passing a string to call() is deprecated and will be illegal
in Sass 4.0. Use call(get-function("wiggle")) instead.

the full log:

% yarn start                                                                                                                                                                                                                                                    19-10-13 - 21:32:35
yarn run v1.19.0
$ gulp
[21:32:57] Using gulpfile ~/dev/test/jekyll-foundation/gulpfile.js
[21:32:57] Starting 'default'...
[21:32:57] Starting 'build'...
[21:32:57] Starting 'clean'...
[21:32:57] Finished 'clean' after 3.47 ms
[21:32:57] Starting 'jekyll-build'...
Configuration file: /Users/mdalmasso/dev/test/jekyll-foundation/_config.yml
            Source: /Users/mdalmasso/dev/test/jekyll-foundation
       Destination: /Users/mdalmasso/dev/test/jekyll-foundation/_site
 Incremental build: enabled
      Generating...
                    done in 0.545 seconds.
 Auto-regeneration: disabled. Use --watch to enable.
[21:32:59] Finished 'jekyll-build' after 1.58 s
[21:32:59] Starting 'sass'...
[21:33:00] Starting 'javascript'...
[21:33:00] Starting 'copy'...
DEPRECATION WARNING: Passing a string to call() is deprecated and will be illegal
in Sass 4.0. Use call(get-function("shake")) instead.

DEPRECATION WARNING: Passing a string to call() is deprecated and will be illegal
in Sass 4.0. Use call(get-function("shake")) instead.

DEPRECATION WARNING: Passing a string to call() is deprecated and will be illegal
in Sass 4.0. Use call(get-function("spin")) instead.

DEPRECATION WARNING: Passing a string to call() is deprecated and will be illegal
in Sass 4.0. Use call(get-function("spin")) instead.

DEPRECATION WARNING: Passing a string to call() is deprecated and will be illegal
in Sass 4.0. Use call(get-function("wiggle")) instead.

DEPRECATION WARNING: Passing a string to call() is deprecated and will be illegal
in Sass 4.0. Use call(get-function("wiggle")) instead.

Browserslist: caniuse-lite is outdated. Please run next command `yarn upgrade`
[21:33:02] Finished 'copy' after 2.38 s
[21:33:02] Finished 'sass' after 3.1 s
[21:33:04] Finished 'javascript' after 4.87 s
[21:33:04] Finished 'build' after 7.03 s
[21:33:04] Starting 'browser-sync'...
[21:33:04] Finished 'browser-sync' after 25 ms
[21:33:04] Starting 'watch'...
[21:33:05] Finished 'watch' after 55 ms
[21:33:05] Finished 'default' after 7.12 s
[BS] Access URLs:
 -----------------------------------------------
       Local: http://127.0.0.1.xip.io:3000
    External: http://192.168.188.100.xip.io:3000
 -----------------------------------------------
          UI: http://localhost:3001
 UI External: http://192.168.188.100.xip.io:3001
 -----------------------------------------------
[BS] Serving files from: _site/

Where do I fix this?
I couldn't find anything in the main source files

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.