Commit graph

19 commits

Author SHA1 Message Date
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