mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 10:22:13 +00:00
initial commit - cross reference with 5th port - obviously has compile errors
This commit is contained in:
20
tgui/gulp/plugins.js
Normal file
20
tgui/gulp/plugins.js
Normal file
@@ -0,0 +1,20 @@
|
||||
export const browserify = {
|
||||
babelify: require('babelify'),
|
||||
collapse: require('bundle-collapser/plugin'),
|
||||
componentify: require('ractive-componentify'),
|
||||
es3ify: require('es3ify'),
|
||||
globify: require('require-globify'),
|
||||
helpers: require('babelify-external-helpers'),
|
||||
watchify: require('watchify')
|
||||
}
|
||||
|
||||
export const gulp = require('gulp-load-plugins')({ replaceString: /^gulp(-|\.)|-/g })
|
||||
|
||||
export const postcss = {
|
||||
autoprefixer: require('autoprefixer'),
|
||||
fontweights: require('postcss-font-weights'),
|
||||
gradient: require('postcss-filter-gradient'),
|
||||
opacity: require('postcss-opacity'),
|
||||
plsfilters: require('pleeease-filters'),
|
||||
rgba: require('postcss-color-rgba-fallback')
|
||||
}
|
||||
Reference in New Issue
Block a user