Skip to content

Commit 2bc425f

Browse files
committed
Adding brfs
1 parent ba78950 commit 2bc425f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"babel-core": "^5.8.25",
1515
"babel-plugin-object-assign": "^1.2.1",
1616
"babelify": "^6.3.0",
17+
"brfs": "^1.4.1",
1718
"browserify": "^11.1.0",
1819
"browserify-shim": "^3.8.10",
1920
"camelcase": "^1.2.1",

tasks/examples.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ module.exports = function (gulp, config) {
7575
fileBundle.transform(babelify.configure({
7676
plugins: [require('babel-plugin-object-assign')]
7777
}));
78+
fileBundle.transform('brfs');
7879
config.aliasify && fileBundle.transform(aliasify);
7980
return {
8081
file: file,

0 commit comments

Comments
 (0)