This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var gulp = require('gulp'), | |
sourcemaps = require('gulp-sourcemaps'), | |
uglify = require("gulp-uglify"), | |
jshint = require("gulp-jshint"), | |
rename = require("gulp-rename"), | |
less = require("gulp-less"), | |
LessPluginCleanCSS = require('less-plugin-clean-css'), | |
cleancss = new LessPluginCleanCSS({ advanced: true }), | |
LessPluginAutoPrefix = require('less-plugin-autoprefix'), | |
autoprefixer = new LessPluginAutoPrefix({ browsers: ["last 2 versions"] }); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
moved to https://github.com/JetBrains/Unity3dRider |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
Basic syntax highlight for Unity ShaderLab code in Project Rider. | |
v1.0 | |
Download this file and put it into your "filetypes" folder. | |
Windows Vista, 7, 8, 10: | |
<SYSTEM DRIVE>\Users\<USER ACCOUNT NAME>\.Rider10\config\filetypes | |
Mac OS X: |