mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
[Sass] Require fileutils in files.rb.
This commit is contained in:
parent
95f311523e
commit
fa7b3fd686
2 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,9 @@
|
|||
and is forwards-compatible with alpha-channel colors
|
||||
(to be introduced in Sass 2.4).
|
||||
|
||||
* Added a missing require in Sass that caused crashes
|
||||
when it was being run standalone.
|
||||
|
||||
## [2.2.14](http://github.com/nex3/haml/commit/2.2.14)
|
||||
|
||||
* All Sass functions now raise explicit errors if their inputs
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
require 'digest/sha1'
|
||||
require 'pathname'
|
||||
require 'fileutils'
|
||||
|
||||
module Sass
|
||||
# This module contains various bits of functionality
|
||||
|
|
Loading…
Add table
Reference in a new issue