gems.scss_lint-0.42.2.lib.scss_lint.constants.rb Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sass-maven-plugin Show documentation
Show all versions of sass-maven-plugin Show documentation
A Maven Plugin that compiles Sass files.
# Global application constants.
module SCSSLint
SCSS_LINT_HOME = File.realpath(File.join(File.dirname(__FILE__), '..', '..'))
SCSS_LINT_DATA = File.join(SCSS_LINT_HOME, 'data')
REPO_URL = 'https://github.com/brigade/scss-lint'
BUG_REPORT_URL = "#{REPO_URL}/issues"
end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy