Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
node-sass
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
楚学文
node-sass
Commits
9abed416
Commit
9abed416
authored
Feb 29, 2012
by
Hampton Catlin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
who likes a makefile? i do!
parent
ab547d27
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletions
+9
-1
Makefile
Makefile
+8
-0
.gitkeep
build/.gitkeep
+0
-0
spec.rb
spec.rb
+1
-1
No files found.
Makefile
0 → 100644
View file @
9abed416
build
:
sassc.cpp document.cpp node.cpp token.cpp prelexer.cpp
g++
-o
bin/sassc sassc.cpp document.cpp node.cpp token.cpp prelexer.cpp
test
:
build
ruby spec.rb spec/basic/
\ No newline at end of file
build/.gitkeep
deleted
100644 → 0
View file @
ab547d27
spec.rb
View file @
9abed416
...
@@ -8,7 +8,7 @@ spec_count = 0
...
@@ -8,7 +8,7 @@ spec_count = 0
puts
(
"Running tests in
#{
searchpath
}
..
\n\n
"
)
puts
(
"Running tests in
#{
searchpath
}
..
\n\n
"
)
Dir
[
File
.
join
(
searchpath
+
"**/input.*"
)].
each
do
|
input_file
|
Dir
[
File
.
join
(
searchpath
+
"**
*
/input.*"
)].
each
do
|
input_file
|
spec_count
+=
1
spec_count
+=
1
spec_dir
=
File
.
dirname
(
input_file
)
spec_dir
=
File
.
dirname
(
input_file
)
cmd
=
"./bin/sassc
#{
input_file
}
"
cmd
=
"./bin/sassc
#{
input_file
}
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment