mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Revert "Exclude package-generator templates from coffee compilation"
This reverts commit f432ad350f.
This commit is contained in:
@@ -5,10 +5,9 @@ set -e
|
||||
cd "$(dirname $0)/.."
|
||||
|
||||
DIRS="src static vendor"
|
||||
EXCLUDE_DIRS="src/packages/package-generator/template"
|
||||
|
||||
find_files() {
|
||||
find ${DIRS} -type file -name ${1} | grep -v ${EXCLUDE_DIRS}
|
||||
find ${DIRS} -type file -name ${1}
|
||||
}
|
||||
|
||||
file_list() {
|
||||
|
||||
Reference in New Issue
Block a user