Commit graph

45 commits

Author SHA1 Message Date
Artur Paikin
a533d13e96 add hexo-generator-alias for aliases/redirects 2017-08-16 19:07:10 +03:00
Kevin van Zonneveld
0fe858d6ea Ran: npm i hope this is okay? feel free to revert 2017-07-26 09:49:39 +02:00
Artur Paikin
d979b52b73 update hexo, add Instagram demo to the website 2017-07-02 04:57:42 -04:00
Renée Kooi
d78e009a74
website: Use uppy/lib in import paths in examples. 2017-06-13 14:40:52 +02:00
Artur Paikin
50916a7bab eslint version upgrade / downgrade 2016-08-18 11:58:48 -04:00
Kevin van Zonneveld
770172d090 Upgrade website dependencies
Main reason to initiate this `next-update` campaign was that
https://github.com/o2team/hexo-renderer-scss/issues/1 has been fixed,
which I remember had bitten us in the past. Seems to no longer affect
us since we generate stats in Theme configuration, but it seemed like
an ok time or a dep-upgrade regardless
2016-08-09 10:54:00 +02:00
Artur Paikin
60cfd0776c Added blog feed and more site fixes 2016-07-16 15:37:20 -04:00
Artur Paikin
4ed2f2ab6c Website styles, replace postcss-svg with postcss-inline-svg to fix disappearing svgs 2016-05-19 01:12:10 -04:00
Harry Hedger
ad79f6687d Google Drive (#80)
* Added two more unit tests for GoogleDrive.  Prettified test reporting.  Added 'every' and 'groupBy' utils.

* GoogleDrive state/rendering. Env variable file. Add state to core.

* corrected small lint errors.
2016-04-08 08:26:06 +02:00
Kevin van Zonneveld
cec8d34a15 Switch back to hexo-renderer-scss 2016-04-07 19:05:42 +02:00
Kevin van Zonneveld
2ef1b7772c Write boilerplate config key in theme config so node-sass won't trip over it
https://travis-ci.org/transloadit/uppy/builds/121450103#L559
https://travis-ci.org/transloadit/uppy/builds/121450103#L559
2016-04-07 17:24:05 +02:00
Kevin van Zonneveld
58c0e68de3 Switch from hexo-renderer-scss to hexo-renderer-sass
To avoid an invalid dependency on theme config in
bbd86b0530
f88fd7f8965a154cab/lib/renderer.js#L35
2016-04-07 17:00:53 +02:00
Kevin van Zonneveld
8620d43d4a Upgrade Hexo
- Allow users to set the per_page option to 0
- 0.1.3 released
- bugfix for archive disabled pagination
  when archive disabled pagination, per_page should be 0.
- fix typo
- Merge pull request #1 from wileam/patch-1
  bugfix for archive disabled pagination
- add archive daily
- add tests
- Merge pull request #2 from huanz/master
  add archive daily
- Replace JSHint with ESLint and JSCS
- 0.1.4 released

- Fix: cannot deploy when src refspec is not master
- Use HEAD src refspec to fix the problem
- Merge pull request #4 from h404bi/master
  Fix: cannot deploy when src refspec is not master
- Update README.md
  Clarify `branch` option
- Use ESLint and JSCS
- Set global git config for CI
- 0.1.0 released

- Allow users to set the per_page option to 0
- Merge pull request #2 from borisschapira/master
  Allow users to set the per_page option to 0
- 0.1.3 released

- Set scrolling="no" to make iframe responsive
  the fiddle iframe is not responsive in iOS safari and Chrome. By setting `scrolling="no"` makes it possible to fix this issue, by setting `width=1px; min-width=100%` in CSS. [See StackOverflow](http://stackoverflow.com/questions/23083462/how-to-get-an-iframe-to-be-responsive-in-ios-safari)
- fixed #1105
- Merge pull request #1345 from anjianshi/master
  fixed #1105 make url_for() handle "/" correctly
- New date helper using momentjs 'fromNow' method
  Moment.js provides a quite useful function for relative time, it would be a shame not to use it ;)
- Explicit comparisons
- Do not compare undefined with null, explicit the cas instead
- Decorrelate fromNow from output
- date_fromNow tests
- Now there is a function that apply locale and timezone and each helper format the date
- [helper] add log()
  Good for logging objects in theme and plugin
  originally #1389
   Changes to be committed:
  	modified:   lib/plugins/helper/debug.js
  	modified:   lib/plugins/helper/index.js
  	new file:   test/scripts/helpers/debug.js
  	modified:   test/scripts/helpers/index.js
- Merge pull request #1391 from leesei/master
  [helper] add log()
- Prepend root path to urlForHelper
  When user configures a prefix path as root path, urlForHelper can not
  resolve url like '/archives' correctly with the prefix root path.
  Resolves: #1105
- Merge pull request #1406 from liuhongjiang/add_root_to_urlForHelper
  Prepend root path to urlForHelper
- now hexo list post will show category and tag what post been
- add hexo list category(cate)
- fix CI error
- Modify the error
  Modify tag_id to category_id in line 153.
- Use ESLint and JSCS instead of JSHint. Fix tests failed on Node.js 4
- Fix coding style
- Add contributing guide
- fix: #1451: more cannot work in almost all themes
- fix "date" attribute default value
- fix relative_url
- fix: #1451: more cannot work in almost all themes
- Merge branch 'fix_more_excerpt' of https://github.com/amobiz/hexo into HEAD
- added line_number flag to code block, allowing for independent enabling/disabling of line numbers for each block
- restricted trimming of tag bodies to the (presumably intended) cleaning up of occasionally parser-inserted extraneous line breaks.
- added test
- Merge pull request #1539 from aausch/correct_tag_trimming
  Correct tag trimming
- might as well add a configuration option to enable/disable highlight all together.
- unit test for highlight disable option
- unit test for line_number option.
- Fix https warning
  When blog is on https, there is warning if all resources are not on https...
- Fix HTML issue with RSS/Atom feeds: rel="alternate"
  According to the W3C, "alternative" is not a valid value for attribute "rel" on
  element "link". The HTML5 standard uses <link rel="alternate" to provide an
  alternate representation, such as RSS or Atom.
- Merge pull request #1572 from vhf/feed-tag-fix
  Fix HTML issue with RSS/Atom feeds: rel="alternate"
- Merge pull request #1561 from nemanjan00/patch-1
  Fix https warning
- Merge pull request #1524 from zoubin/bugfix-relative_url
  fix relative_url
- Merge pull request #1519 from amobiz/fix_more_excerpt
  Fix more excerpt
- Fix gravatar helper tests failed and update deps
- Merge pull request #1538 from aausch/block_configurable_line_numbers
  override line_number, highlight settings at the codeblock level
- Merge pull request #1512 from Gtskk/patch-1
  Modify the error
- Merge pull request #1523 from aulphar/master
  fix "date" attribute default value #1522
- Merge branch 'master' of https://github.com/XGHeaven/hexo into XGHeaven-master
  # Conflicts:
  #	lib/plugins/console/list/post.js
- Merge branch 'XGHeaven-master'
- Make JSCS happy
- Fix the issue that we cannot use space in tag parameter which wrapped with double quote mark
- fix the syntax warning
- Fix the issue of jscs error
- Fix post list console
- Add abbrev. support for list console
- Update hero-util to 0.2.1
- Merge branch 'master' of https://github.com/borisschapira/hexo into borisschapira-master
  # Conflicts:
  #	lib/plugins/helper/date.js
  #	test/scripts/helpers/date.js
- Rename date_fromNow helper to relative_date
- Disable auto detect for highlight by default
- Replace sha1 with xxHash for faster checksum
- Lazy load file hash
  - Load file hash only if the file is new or the modified time is changed
  - Lock the file when resolving the cache
- Use g++-4.8 on Travis. Remove Node.js 0.10 build and add Node.js 5.
- Use xxhash as optional dependency
- Update warehouse to 2.0.0
- Detect the current category/tag in `is_category/tag` helper. Resolve #1278
- Fix Sha1Stream return raw buffer
- Always use xxhash
- 3.2.0-beta.1 released
- tag: fix special tag names
- jscs --fix
- add option for first line number to tag.js
- add option for first line number to test
- delete extra blank line.
- Use Promise.each in box process to prevent race condition
- Use eslint-plugin-hexo and jscs-preset-hexo
- Speed improvements
  Changes:
  - Rewrite Box.
    - Process files during loading file list.
    - Delay file hash check. Use File.changed() to check if file changed.
    - Remove watch delay.
    - Parallel processing.
  - Save rendered content in warehouse. It really saves a lot of time.
  - Rewrite generate console.
    - Cache rendered content so we don't have to render it again.
    - Load file list from cache. Don't delete other files in public folder. Resolve #1310
    - Remove file stat check.
    - Parallel generating.
  - Resolve race conditions.
  Known issues:
  - Parallel processing and parallel generating may cause race conditions. We have to solve this in warehouse.
  - Tests are not updated yet.
- Merge pull request #1607 from rhykw/add-firstLine-option-to-tag-plugin
  Added `first_line` option to codeblock
- Merge pull request #1599 from magicdawn/fix-special-tags
  tag: fix special tag names
- Merge pull request #1305 from tjwudi/master
  Set scrolling="no" to make iframe responsive
- Merge pull request #1581 from winterTTr/master
  Fix issue cannot correctly analyze arguments with space in tag
- Fix box tests. Emit processBefore & processAfter on Box instead of Hexo context.
- Bug fixes.
  - Fix all other tests.
  - Listen to processAfter event of boxes.
  - Fix generate console not write file if not exist
  - Allow non-json file in data processor
  - Remove post asset if post was removed
- Update hexo-util@0.3.0 and fix box tests on Linux
- Merge branch 'new-box'
- Fix JSCS error
- Ignore node_modules folder in theme folder. Resolve #1316
- Implement include/exclude files
- Merge config instead of extend
- 3.2.0-beta.2 released
- 解决code中存在类似swig语法被错误解析的问题
- Add headerlink for post render test cases
  - Update hexo-renderer-marked version
- Ignore milliseconds for the post test cases
- Fix cache key name error for box file test cases
- Merge pull request #1668 from liuhongjiang/fix-test-errors
  Fix test errors
- Merge pull request #1652 from ksky521/master
  解决code中存在类似swig语法被错误解析的问题
- Support root path configure for img tag
  Current img tag doesn't prepend root path if it's not a slash. With
  this fix, the root path will be prepend to the img src if it's not a
  slash.
  This fix only works for the hexo tags, does not work for the markdown
  syntax of links and images. The issues of markdown links and images should
  be fixed in the hexo-renderer-marked module.
  Resolves: #1440
- Add root path to permalink of post
  This commit fixs this problem, when the root path is set to a
  subdirectory, there is no this root path in the permalink of post.
- Merge pull request #1444 from liuhongjiang/prepend-root-to-img-tag
  Support root path configure for img tag
- OpenGraph: added support for twitter image attribute
- trim() instead of regular expression
- keywords supported in open_graph
- Update license date
- Merge pull request #1697 from timwangdev/patch-2
  Happy new year!
- Remove unneccessary refs to type attr in helper output snippets.
  See Issue #1695: https://github.com/hexojs/hexo/issues/1695
  Also see the HTML5 Spec section on the type attr:
  http://dev.w3.org/html5/spec-preview/Overview.html#attr-link-type
  In short, the use of type tags is purely advisory, and the
  spec instructs browsers to infer the resource type before fetching
  them. In cases where the inference does not match the declaration,
  the resource will not be loaded. When the declaration is left off,
  the resource will load. It appears generally safer to leave the tags
  off entirely.
- Revise tests to not expect type attrs in generated link/script tags.
- url_for helper: Don't prepend root if url is started with #
  Fix #1708
- Ignore empty categories/tags. Fix #1704
- Fix skip_render doesn't work in asset generator
- Allow specify plugin list in config. Resolve #1670
- Merge pull request #1706 from brycepj/1695-html5-type-remove
  Remove unneccessary refs to type attr in helper output snippets
- Merge pull request #1681 from giuseppelt/giuseppelt-og-twitter
  OpenGraph: added support for twitter image attribute
- Merge pull request #1683 from yanni4night/master
  keywords supported in open_graph
- Update deps
- Make linter happy
- Use hero-log and remove commands exist in hexo-cli
- Replace Swig in post.create
- Remove bunyan
- Add tests for config console
- Update debug helper test with rewire
- Update appveyor.yml
- View render improvements
  - Use _.assign instead of _.extend
  - Simplify View.prototype._buildLocals
  - Precompile theme templates if possible
- Update dependencies
- Fix category path when placed on root
  This patch fixes the double slashes (http://site.com//cat1) in the category path, when you configure `category_dir` with '/' or ''
- Merge branch 'giuseppelt-patch-1'
- [fix] don't urlescape path of post asset
  fixes #1562
  Changes to be committed:
  	modified:   lib/models/post_asset.js
  	modified:   test/scripts/tags/asset_img.js
- [test] add spaced asset test for all post asset tags
  Changes to be committed:
  	modified:   test/scripts/tags/asset_img.js
  	modified:   test/scripts/tags/asset_link.js
  	modified:   test/scripts/tags/asset_path.js
- [chore] make linter happy
- [test] add test for number of lines in code block
   Changes to be committed:
  	modified:   test/scripts/tags/code.js
- test(processor/post): should compare with birthtime
- add mark option to code blocks
  closes #1766
- test(tags/code): update mark test
   Changes to be committed:
  	modified:   test/scripts/tags/code.js
- lint(tags/code): make linter happy
   Changes to be committed:
  	modified:   lib/plugins/tag/code.js
  	modified:   test/scripts/tags/code.js
- Load file status before Box.process
  - Remove File.changed method
  - There's no big difference to load file status in demand so I bring back file type "skip".
- Fix tests failed on Windows since the incorrect path separator
- Add test for Swig template compile
- 3.2.0 released

- fixes hexojs/hexo#1297
- Merge pull request #1 from borisschapira/master
  fixes hexojs/hexo#1297
- 0.1.3 released
- Custom order for posts
- Update README
- Merge pull request #3 from iissnan/order-customization
  Custom order for posts
- Replace JSHint with ESLint and JSCS
- 0.2.0 released

- Allow users to set the per_page option to 0
- Merge pull request #1 from borisschapira/master
  Allow users to set the per_page option to 0
- 0.1.2 released
- allow to generate tag index page
- update test for tag index page
- Merge pull request #2 from creeperyang/AddIndexPage
  Add Tag index page
- Use eslint-config-hexo and jscs-preset-hexo
- 0.2.0 released

- Add tests
- 0.1.1 released
- Add support for template precompile
- 0.2.0 released

- Use opn instead. Don't watch files in static mode.
- Use eslint-config-hexo and jscs-preset-hexo
- added process.env.port to facilitate configuration through process management utils (pm2/strongloop/forever/heroku). follows express convention
- Merge pull request #16 from EvanCarroll/master
  added process.env.port to facilitate configuration through process ma…
- 0.1.3 released
- Update appveyor.yml
- Add options and some improvements
  - Add "compress" option: Enable GZIP compression
  - Add "header" option: Add "X-Powered-By: Hexo" header
  - Display "0.0.0.0" as "localhost"
  - Use supertest-promised in tests
- Make linter happy
- Install superset as well
- 0.2.0 released

- Update readme
- Upgrade dependencies. Fixes DoS in marked.
  Closes #3
- Merge pull request #14 from rstoenescu/master
  Upgrade dependencies. Fixes DoS in marked.
- headerlink
- mocha test error fix
- Merge pull request #15 from ksky521/master
  headerlink
- Use eslint-config-hexo and jscs-preset-hexo
- 0.2.6 released
- Strip html from headerlink title
- add unit test for header links
- Merge pull request #17 from cgmartin/patch-1
  Strip html from headerlink title
- 0.2.7 released
- Prepend root path to img and link
  In hexo configuration, if the root path is set to a sub directory, hexo
  should prepend this root path to img and link of markdown syntax.
  Resolves: https://github.com/hexojs/hexo/issues/1440
- Merge pull request #7 from liuhongjiang/prepend-root-to-img-link
  Prepend root path to img and link
- 0.2.8 released
- No prefix for anchor links
  Inserting links to headings directly from markdown is common practice. `[jump to title](#title)` should not become a full-blown URL on markdown rendering. It should instead be rendered as-is: `<a href="#title">jump to title</a>`.
- Merge pull request #21 from vhf/no-prefix-for-anchor-links
  No prefix for anchor links
- Don't prepend root path to links
- 0.2.9 released
- Use slugize method of hexo-util to fix Chinese headers can't be handle properly
- 0.2.10 released

- travis: add 4.0.0
- Merge pull request #16 from feross/dcousens-patch-1
  travis: add 4.0.0
- badges
- remove `browser: false` env option no-op
- Relax radix rule
  Rule: http://eslint.org/docs/rules/radix.html
  Just tested latest Chrome, Firefox, Safari, and Edge and
  parseInt('071') returns 71 as expected.
  I think we can finally relax this rule. Code that uses parseInt and
  targets really old browsers should still use a radix, but this doesn't
  need to be a rule anymore.
  Discussion: https://github.com/feross/standard/issues/384
- code style
- BREAKING: require eslint 2.0.0
- config changes for eslint 2.0.0
- no-return-assign: make default option explicit
- disallow label usage, even with loops/switch statements
- fix config validation issue
- New rule: Enforce spaces around * in "yield *"
  http://eslint.org/docs/2.0.0/rules/yield-star-spacing
  Fixes https://github.com/feross/standard/issues/335
- enable jsx support for standard 6
  standard v6 will not use the eslint sharable config
  “eslint-config-standard-react” anymore.
  So, let’s add support for jsx syntax in the parser in
  eslint-config-standard.
  Discussion: https://github.com/feross/standard/issues/351
- travis: drop 0.10 and 0.12 support
- New rule: Require parens in arrow function arguments
  http://eslint.org/docs/2.0.0/rules/arrow-parens.html
  Fixes https://github.com/feross/standard/issues/309
- alphabetize package.json keywords
- add promise/param-names rule
  Ensures that new Promise() is instantiated with the parameter names
  resolve, reject.
  Fixes https://github.com/feross/standard/issues/282
- remove duplicate rule
- New rule: Enforce Usage of Spacing in Template Strings (template-curly-spacing)
  http://eslint.org/docs/2.0.0/rules/template-curly-spacing
- New rule: Disallow Symbol Constructor (no-new-symbol)
  http://eslint.org/docs/2.0.0/rules/no-new-symbol
- New rule: Disallow Self Assignment (no-self-assign)
  http://eslint.org/docs/2.0.0/rules/no-self-assign
- New rule: Disallow unnecessary constructor (no-useless-constructor)
  http://eslint.org/docs/2.0.0/rules/no-useless-constructor
- New rule: Disallow string concatenation when using __dirname and __filename (no-path-concat)
  Fixes #403
  http://eslint.org/docs/2.0.0/rules/no-path-concat
- New rule: Disallow empty destructuring patterns (no-empty-pattern)
  http://eslint.org/docs/2.0.0/rules/no-empty-pattern
- move jsx-quotes rule from eslint-config-standard-react
- readme
- test: fix for eslint 2
- 5.0.0
- fix tests
- lock to latest versions
- peer depend on eslint
- 5.1.0

- Appveyor yml file
- remove unnecessary options object manipulation
- v6.0.2
- Revert "remove unnecessary options object manipulation"
  This reverts commit eb6319ff50ae8ef4f9f287fdd4d8f67ba083bba2.
  Turns out those options ARE relevant, for Minimatch, though not for
  glob.  Oh well.
  Fix #239
- v6.0.3
- update badges to add appveyor and coveralls
  remove david-dm, since I don't really get much value out of it.  I run
  'npm outdated' enough to find issues.
- add node 5 to travis-ci
- simplify appveyor.yml file
  Also adds a few details that make things go faster
- Upgrade to tap@4
  Required a slight change since Istanbul now includes a
  fs.readdirSync(), which triggered the ENOTSUP test monkeypatch.
- Fix appveyor install of node
  Thanks @appveyor support!
- remove util._extend
  fix #240
- tap@5
- v6.0.4
- Raise error if cwd is not a directory
  Fix #235
- v7.0.0
- add package name to readme
  Fix #230
- changelog
  Fix #179
- Fix race condition when all patterns are ignored
  Fix #232
- v7.0.1
- Properly exclude dirs using nodir when root is set
  Fix #221
- update tap to 5.7.0
- v7.0.2
- test: fix some paths for windows
- remove incorrect absolute-ness check in makeAbs
- Prevent incorrect nodir results on Windows
  Ensure that everything in the cache always uses correct slashes, and
  always test against absolute paths when checking anything in the cache.
- optimization: only abs the cwd once
- v7.0.3
2016-04-07 15:47:06 +02:00
Kevin van Zonneveld
10b8d51e7c Fix, that somehow documentation is failing now
on sh: documentation: command not found
2016-04-07 14:43:06 +02:00
Artur Paikin
ff8fbd4338 Minor build script update 2016-03-13 11:39:54 -04:00
Artur Paikin
0906c9449a Doc build system update: use documentation 4-beta and built-in readme generator 2016-01-27 20:42:50 -05:00
Kevin van Zonneveld
ec83ff2599 Switch domains from uppyjs.io->uppy.io 2016-01-24 10:08:43 +01:00
Kevin van Zonneveld
065c6d4ef5 Eslint can be a devDependency. Also in website's own 2016-01-20 10:50:53 +01:00
Artur Paikin
b896df1990 Fixed disabling hexo-uppyexamples 2016-01-19 12:00:24 -05:00
Kevin van Zonneveld
27555728ee I'm a fruitcake 🍌cake: 2016-01-11 16:52:20 +01:00
Kevin van Zonneveld
035a1afda8 🐶 too, must be a good internet citizen and pin its dependencies 2016-01-11 16:47:15 +01:00
Kevin van Zonneveld
0e6b6dc1c4 Typo 2016-01-11 16:46:32 +01:00
Kevin van Zonneveld
0b31409892 Temporarily switch to postcss-svg fork
Until this is fixed https://github.com/Pavliko/postcss-svg/issues/25
2016-01-11 16:42:15 +01:00
Artur Paikin
72558280f2 Improved docs generator 2015-12-26 00:37:39 -05:00
Artur Paikin
292c8d6326 Improved API docs generation 2015-12-25 23:46:49 -05:00
Artur Paikin
cc0d7f981a First crack at implementing automated docs generator 2015-12-22 16:47:56 -05:00
Kevin van Zonneveld
3fedf47f64 Add a massive hack 2015-12-17 18:13:42 +01:00
Kevin van Zonneveld
b9f0111f3a We'll need a real renderer, otherwise Hexo deletes artifacts in one-off builds 2015-12-17 16:55:10 +01:00
Kevin van Zonneveld
90bd9eb47e Use hexo renderer 2015-12-17 15:31:34 +01:00
Kevin van Zonneveld
6038a0010d Create parent dirs 2015-12-17 14:34:51 +01:00
Kevin van Zonneveld
31536a1120 Cleanup package.json 2015-12-17 13:11:54 +01:00
Kevin van Zonneveld
04e34430cb Add browsersync to hexo https://dl.dropboxusercontent.com/s/hoz2rle8hors2jn/2015-12-17%20at%2013.10.png?dl=0 2015-12-17 13:11:54 +01:00
Kevin van Zonneveld
82a57c38d1 Pin the version of our own hexo-renderer-postcss fork
(This way, you can freely change your repo without new installs of Uppy
breaking due to incompatibilities. This is of course until we can run
on the official module again - at which point we'll pin on semver vs a
commit again)
2015-12-14 12:21:23 +01:00
Kevin van Zonneveld
a8661d874d Add autoprefixer dependency
Solves:

FATAL Something's wrong. Maybe you can find the solution here:
http://hexo.io/docs/troubleshooting.html
Error: Cannot find module 'autoprefixer'
    at Function.Module._resolveFilename (module.js:337:15)
    at Function.Module._load (module.js:287:25)
    at Module.require (module.js:366:17)
    at require
(/Users/kvz/code/uppy/website/node_modules/hexo/lib/hexo/index.js:213:21
)
    at
/Users/kvz/code/uppy/website/node_modules/hexo-renderer-postcss/index.js
:6:20
2015-12-14 12:14:44 +01:00
Artur Paikin
710738a5b2 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	website/package.json
#	website/themes/uppy/_config.yml
2015-12-12 00:07:49 +03:00
Artur Paikin
13f1ffdaae Add fixed hexo-renderer-postcss plugin
Using the fixed version from here
https://github.com/arturi/hexo-renderer-postcss until the author merges
my pull request
2015-12-12 00:05:57 +03:00
Kevin van Zonneveld
e491a35e5a Get postcss plugin running 2015-12-11 16:19:30 +01:00
Kevin van Zonneveld
5860233606 Merge branch 'master' into build-feedback 2015-12-11 12:07:27 +01:00
Artur Paikin
69290b112d Trying to make PostCSS work as Hexo plugin 2015-12-11 14:02:21 +03:00
Kevin van Zonneveld
7e02957e56 Add missing node-notifier dependency
Resolves:

$ make watch
npm run watch:examples

> uppy@0.0.1 watch:examples /Users/kvz/code/uppy
> cd website && node watch.js

module.js:339
    throw err;
    ^

Error: Cannot find module 'node-notifier'
    at Function.Module._resolveFilename (module.js:337:15)
    at Function.Module._load (module.js:287:25)
    at Module.require (module.js:366:17)
    at require (module.js:385:17)
    at Object.<anonymous> (/Users/kvz/code/uppy/website/watch.js:19:16)
    at Module._compile (module.js:435:26)
    at Object.Module._extensions..js (module.js:442:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:311:12)
    at Function.Module.runMain (module.js:467:10)

npm ERR! Darwin 15.2.0
npm ERR! argv "/usr/local/Cellar/node/4.2.1/bin/node"
"/usr/local/bin/npm" "run" "watch:examples"
npm ERR! node v4.2.1
npm ERR! npm  v2.14.7
npm ERR! code ELIFECYCLE
npm ERR! uppy@0.0.1 watch:examples: `cd website && node watch.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the uppy@0.0.1 watch:examples script 'cd website &&
node watch.js'.
npm ERR! This is most likely a problem with the uppy package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     cd website && node watch.js
npm ERR! You can get their info via:
npm ERR!     npm owner ls uppy
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/kvz/code/uppy/npm-debug.log
make: *** [watch] Error 1
2015-12-11 09:53:30 +01:00
Artur Paikin
8ddf46be17 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	package.json
2015-12-11 00:19:48 +03:00
Artur Paikin
19a87a8ac5 Moving from Stylus to SCSS 2015-12-10 20:44:44 +03:00
Harry Hedger
03a913731b Added example watching system. 2015-12-10 09:42:46 -05:00
Kevin van Zonneveld
e1a36bcf67 Automatically update the website with ./dist information 2015-11-28 10:15:39 +01:00
Kevin van Zonneveld
28c3016a4a Get a static website going. I stole this from the wonderful Vue.js. We'll obviously have to change everything to make it Uppy 🐶 - but this allows us to kickstart 2015-11-26 15:51:47 +01:00