Commit Graph

49 Commits

Author SHA1 Message Date
koenemann eb3e432d54 Fixing "gulp dist" task - Thx @visualmodo 2016-11-15 08:39:32 +01:00
Thomas A. Reinert 47b0db392b ARIA roles update
# Removed unneccessary ARIA roles to make it ARIA and HTML5 compliant.
# Added SCSS to show a pointer on any occasion of buttons (menu, save,
submit, reset etc.)
2016-11-04 02:27:07 +01:00
VesterDe efc00388e0 Makes browsersync watch php with wildcard. 2016-10-27 17:05:22 +02:00
koenemann d17def2f2e Fixing problem with empty folders after "gulp dist" - Thx @alwizo 2016-10-14 11:00:17 +02:00
koenemann d5e8506a8d Merge branch 'no-bower' 2016-09-13 16:17:31 +02:00
koenemann 9bc4789a39 checking gulpfile.js 2016-09-13 16:17:15 +02:00
koenemann 736be72788 switching all dependencies from bower to npm 2016-09-13 15:28:53 +02:00
koenemann 89637692df Adding Font Awesome as node dependency and use it instead the bower
folder
2016-09-13 12:59:14 +02:00
koenemann bbe512b19b adding new gulp list task thx @elpeyotl
adding new „gulp dist“ task. It creates a new /dist folder with all
files you need to publish/upload to your live server
2016-09-02 15:21:26 +02:00
Holger 18027b7d7d Merge pull request #46 from akkolad/master
Add 3 tasks for sass in gulpfile.js
2016-08-19 09:09:21 +02:00
sébastien poilvert 3cad7c1e39 Add 3 tasks for sass in gulpfile.js
I had some issues because of the use of sourcemaps + cssnano together.
I resolved the problem like this :
- The 'scss-for-prod' task to use to create the min.css which is a small file for the prod, but long to compile
- The 'watch-scss' task which is ideal for prod, fast to compile, reload fast and clean sourcemaps

The line :
.pipe(sourcemaps.write(undefined, { sourceRoot: null }))

Is because of this :
https://github.com/scniro/gulp-clean-css/issues/1
and this :
https://github.com/ben-eb/gulp-cssnano/issues/38


So for me, this tasks replace the 'watch-bs'.
2016-08-02 14:24:45 +02:00
koenemann 606132a45c adding same browser sync support than in parent theme 2016-08-02 09:24:07 +02:00
koenemann 2e641fcf80 adding source map 2016-08-02 08:44:36 +02:00
sébastien poilvert 8ab1558bc6 Adding source maps
it need to install the "gulp-sourcemaps" package

source-maps are usefull !
2016-08-01 17:30:37 +02:00
koenemann c9023ac501 Cleanup, setting right escaping, sidebar image size limits 2016-06-23 11:21:57 +02:00
Holger Könemann a5d5910d03 removing BS3 relics from gulp file.js too 2016-06-18 14:00:37 +02:00
koenemann 862fd60b64 Adding tether script as dependency for BS4 tooltip component 2016-05-06 08:23:13 +02:00
koenemann f4d2b5274c Resorting BS4 assets 2016-04-29 11:23:13 +02:00
Holger Könemann 1aab2d84cb Solving merging conflicts between bs4 branch and master 2016-04-26 14:09:19 +02:00
Holger Könemann 47d33ec0c4 Merge branch 'master' into Bootstrap4
# Conflicts:
#	sass/theme.scss
2016-04-26 14:05:22 +02:00
Diego Versiani bd0f667532 Added support to browser-sync. 2016-04-15 18:06:10 -03:00
Holger Könemann 65012ff20e Add bs4 assets for Bootstrap4 branch 2016-04-06 13:24:59 +02:00
Holger Könemann d62632d693 successfully switching back and forth 2016-04-06 13:24:07 +02:00
Holger Könemann edad647856 trying BS4 2016-04-06 13:20:46 +02:00
Holger Könemann 5d6e139c7e Extracting jQuery from theme.min.js
Just one JS file caused some trouble. Theme loads the WP jQuery file as
extra file again
2016-04-06 10:17:43 +02:00
Holger Könemann d6c8bc4284 Preparations for BS4 update
adding Bootstrap4 alpha as dependency and prepare the gulpfile.js and
/sass/theme.scss for switching to BS4
2016-04-06 09:54:31 +02:00
Holger Könemann 2861f7501b resorting dev assets 2016-03-20 10:40:38 +01:00
Holger Könemann 36894c0f65 adding a "gulp script" task 2016-03-20 10:33:18 +01:00
Holger Könemann 0906c5b73e sunday mornin coffee 2016-03-20 09:49:34 +01:00
koenemann b6d780dfe2 Adding owl slider into gulpfile tasks
thx @Thomas-A-Reinert
2016-02-22 14:01:26 +01:00
koenemann 4ce85e40d1 adding missing alignright styling 2016-02-15 14:16:39 +01:00
koenemann 87e4b18123 Replacing gulp-minify-css with cssnano 2016-02-15 13:30:16 +01:00
koenemann 69cb9e8355 Adding some gulp instructions/comments 2016-01-18 14:57:52 +01:00
koenemann b09d24edba adding all js file to copy-assets gulp task 2016-01-18 14:50:32 +01:00
koenemann 546c5a611a cleanup gulpfile.js 2016-01-18 14:36:23 +01:00
koenemann 7b08152a12 fixing merge conflict in gulpfile 2016-01-18 14:25:55 +01:00
koenemann 45de7c3c48 Merge branch 'master' into testing
# Conflicts:
#	css/theme.css
#	css/theme.min.css
2016-01-08 10:46:47 +01:00
koenemann 835da8b37a recompile all assets after update into css/js 2016-01-04 14:38:20 +01:00
koenemann 009543d68c adding woff2 font type support for gulp copy-assets task 2016-01-04 14:35:52 +01:00
koenemann f8a6361cd4 Merge branch 'master' into testing
Conflicts:
	gulpfile.js
2015-09-17 13:26:04 +02:00
Holger Könemann ed86498737 again some resorting 2015-09-15 17:03:25 +02:00
Holger Könemann 80d768b1ac resorting assets from dependencies 2015-09-15 16:59:29 +02:00
koenemann 8ab9757ef8 resorting sass dependencies 2015-09-15 15:51:19 +02:00
koenemann c929ea39c5 Adding bower base path in gulp file 2015-08-21 15:35:15 +02:00
Holger Könemann ba9c9104f5 Removing underscores SASS
Because the underscores styling is overwritten by Bootstrap and some
UnderStrap basic stylings there is no need to compile the underscores
SASS code into the themes css file. Underscores JS files are still in
use.
2015-08-20 19:14:59 +02:00
Holger Könemann c97a54c55a adding copycats task 2015-08-12 09:34:41 +02:00
Holger Könemann b3c2dfa60a minify css
initial minifiy css files
2015-08-12 09:10:10 +02:00
Holger Könemann 207879eb1b adding basic gulp tasks 2015-08-12 09:06:27 +02:00
Holger Könemann 8bdc16979f Gulp for Grunt
Adding Bower and Gulp and removing Grunt
2015-08-12 08:13:10 +02:00