Commit graph

20 commits

Author SHA1 Message Date
Nathan Marley
1bb814cda4 add bundle exec for ruby commands
* This is currently used in our production site deploy and should be
  used to ensure our local bundle Gem version(s) are used and not
  conflicting system versions. This is dependency isolation.
2017-09-27 22:36:08 +07:00
Chuck C Williams
b7c766c0c6 Adding jshint and package.json updates
... resulting from commit-hook work
2017-06-08 17:32:26 -04:00
Joshua Seigler
dffe2f9d13 add pre-commit pkg, to run eslint & htmlproofer 2017-06-07 11:24:34 +07:00
Joshua Seigler
e1ec2cfa54 adjust incremental build to ease RSS development 2017-05-16 12:19:20 +07:00
moocowmoo
c8cae4abc5 config - temporarily mute i18n build-log spam 2017-04-16 05:08:02 +00:00
moocowmoo
703a0f3762 config - htmlproofer ignore /forum/ path 2017-04-15 22:59:55 +00:00
Chuck Williams
99d941c1fb /network page tables JS refactor & cleanup. Updates ESLINT rules, adds htmlproof & eslint to build process, adds window.global.siteApi url defined from _config.yml 2017-03-23 22:56:58 -06:00
Chuck Williams
85ea529515 package.json: htmlproof script ignores "/binaries" path 2017-02-10 08:35:51 -07:00
Chuck Williams
dd6790b207 adding "htmlproof" npm script command. 2017-01-24 22:22:35 -07:00
0xfff
7d9e576138 [Feature] CTABox: Slider 2016-11-01 23:08:31 +01:00
Joshua Seigler
9edb3911ce fix: replace "cp -R -f " with cross-platform "ncp" package 2016-11-01 17:24:17 +01:00
0xfff
3685f559fd [Feature] Mobile Nav + Burger / CTA on Home 2016-11-01 02:10:13 +01:00
0xfff
7b4bb3cc0d (Fix) Build: use different syntax for cp tasks 2016-10-29 13:42:17 +02:00
0xfff
7d3f256d49 (Fix) Build: use different syntax for cp tasks 2016-10-29 13:13:47 +02:00
0xfff
abaaea3161 (Fix) Build: watch yml files too 2016-10-08 21:12:52 +02:00
0xfff
956d374a75 (Chore) Build: Upgrade node-sass (3.4.2-> 3.10.0) 2016-09-27 10:59:21 +02:00
0xfff
9066e3ecb0 (Fix) Build: enable sass sourcemaps 2016-09-26 15:19:02 +02:00
0xfff
76a9e42877 (Fix) Build: copy fonts correctly 2016-09-23 23:37:48 +02:00
Joshua Seigler
e341a07fb5 style guide update, fix fonts after build process reorg (#17)
* feat: style guide update

* feat: style guide update

* fix: make 'npm run font' use correct dest folder
2016-09-20 12:56:26 -04:00
0xfff
2b0331ad48 (Feature) Build System: Use npm scripts for the build process (#16)
* (Chore) Editorconfig: Add an editorconfig file so those spaces and tabs dont keep mixing

* (Refactor) Build: use npm scripts to build assets

* (Chore) Build: remove dist files from repo / fix ESLint errors

* (Update) Build: Remove unused tasks / add autoprefixer

* (Chore) Gemfile: remove old dependencies

* (Chore) Package.json: Shrinkwrap & postinstalll

* (Doc) Build: Update instructions for new build system

* (Fix) Build: Wach html files in all folders

* (Fix) Build: exclude _site/ from watch

* (Chore) Build/CI: Update buildscript for node/ruby combined

* (Chore) Travis: Add g++ compiler to environment

* (Chore) Build: fix watched directory

* (Fix) travis: set version to 4.5.0 LTS

* (Fix) travis: remove shrinkwrap

* (Fix) Travis: rvm

* (Fix) Travis: before_install

* (Fix) Travis: ignore dist for html proofer
2016-09-17 02:14:13 +02:00