diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8612389 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +.gitignore export-ignore +.gitattributes export-ignore +.travis.yml export-ignore +codesniffer.ruleset.xml export-ignore \ No newline at end of file diff --git a/.gitignore b/.gitignore index 2e01cb1..2b484cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,16 @@ - config.codekit - node_modules/ # Built Files style.css editor-style.css + styles/*.css -styles/*.map +styles/**/*.map styles/src/.sass-cache/ -styles/src/reset/_normalize.scss + scripts/*.js -scripts/srcmaps/ +scripts/**/*.map scripts/src/modernizr.js + docs/*.html \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index 6376d74..2be00ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,12 +28,12 @@ env: - WP_VERSION=master WP_MULTISITE=1 # WordPress 4.1 # @link https://github.com/WordPress/WordPress/tree/4.1-branch - - WP_VERSION=4.1 WP_MULTISITE=0 - - WP_VERSION=4.1 WP_MULTISITE=1 + - WP_VERSION=4.2 WP_MULTISITE=0 + - WP_VERSION=4.2 WP_MULTISITE=1 # WordPress 4.0 # @link https://github.com/WordPress/WordPress/tree/4.0-branch - - WP_VERSION=4.0 WP_MULTISITE=0 - - WP_VERSION=4.0 WP_MULTISITE=1 + - WP_VERSION=4.1 WP_MULTISITE=0 + - WP_VERSION=4.1 WP_MULTISITE=1 # Declare 5.6 beta in test matrix. # @link https://buddypress.trac.wordpress.org/ticket/5620 @@ -46,12 +46,15 @@ matrix: - php: 5.6 fast_finish: true +before_install: + - npm install -g npm # Update npm to latest version. + # Install devDependencies and build files with Grunt. install: - npm install - npm install # Do it again because it goes wrong often enough to make builds error. - - npm install -g grunt-cli - - grunt build + - npm install -g gulp + - gulp build # Use this to prepare the system to install prerequisites or dependencies. # e.g. sudo apt-get update. diff --git a/404.php b/404.php index a1132cb..c4deb82 100644 --- a/404.php +++ b/404.php @@ -12,11 +12,11 @@
-

+

@@ -29,7 +29,7 @@
-

+

    - - - + \ No newline at end of file diff --git a/comments.php b/comments.php index 91520ea..9e9975f 100644 --- a/comments.php +++ b/comments.php @@ -31,7 +31,7 @@ 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>