Skip to content

Commit b4849d1

Browse files
author
Tobias Kiertscher
committed
migrated from npm and bower to yarn
1 parent 65ef03e commit b4849d1

File tree

6 files changed

+3284
-5255
lines changed

6 files changed

+3284
-5255
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/node_modules
2-
/bower_components
32
/tmp
43
*.sublime-workspace
54
/tests/tmp

bower.json

-29
This file was deleted.

gulpfile.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ var less = require('gulp-less');
1111
var textTransformation = require('gulp-text-simple');
1212
var htinliner = require('htinliner');
1313

14-
var bowerDir = './bower_components/';
14+
var h5smplDir = './node_modules/h5smpl/';
1515
var tempDir = './tmp/';
16-
var styleSourcePattern = path.join(bowerDir, 'h5smpl', 'dist', 'css', 'style.*.mini.css');
16+
var styleSourcePattern = path.join(h5smplDir, 'dist', 'css', 'style.*.mini.css');
1717

1818
var extractStyleFromFilename = function (fileName) {
1919
'use strict';

0 commit comments

Comments
 (0)